Home

Submit

Source

Feeds

Home » Visual Basic » VB.Net ::

Visual Basic VB.Net
This article shows you how to design fairly complicated forms, which can resize, using anchors, docks and panels with a dash of code.
Related Tutorials
Visual Basic VB.Net
Dynamic Usage of Event Handlers in VB.NET
Visual Basic / VB.Net
With Events and Handles clause requires form us to declare the object variable and the event handler as we write our code, so linkage is created upon compilation. On the other hand, with AddHandler and RemoveHandler, linkage is created and removed at runtime, which is more flexible.

Site: www.codebeach.com Report - View Tutorial

Visual Basic VB.Net
Adjusting your scope - A look into variable scopes in .NET
Visual Basic / VB.Net
Declaring variables is a very fundamental requirement in programming and you cannot go anywhere without it. For those of us who came from previous versions of Visual Basic, .NET presents a new set of issues with our variables.

Site: www.andreavb.com Report - View Tutorial

Visual Basic Getting Started
How to Open a Form with the Press of a Button
Visual Basic / Getting Started
Having every command, label, and input field in one form of a Visual Basic application would be quite messy! Spreading applications into multiple forms allows you to better organize your software. So, find out How to Open a Form with the Press of a Button in Visual Basic 2005 Express.

Site: www.codebeach.com Report - View Tutorial

Visual Basic Getting Started
Projects
Visual Basic / Getting Started
A typical VB application might consist of more than one forms, each of which may have multiple controls. In VB, the information about each form (it's own properties as well as those of the controls that are on the form) is saved into it's own file.

Site: www.garybeene.com Report - View Tutorial

Visual Basic Networking
How to create your own bot to search keywords
Visual Basic / Networking
Create your own bot that searches the net for the keywords you enter, it shows the results in the taskbar, you can run the application and continue with your routine work. The bot will show you the results after searching the net and the results will be stored in the database.

Site: www.11amdesign.com Report - View Tutorial

Visual Basic Miscellaneous
Convert a Multipage TIFF to PDF in .NET
Visual Basic / Miscellaneous
This article shows you how to create a PDF document from a multipage TIFF document in both C# and VB.NET

Site: www.codebeach.com Report - View Tutorial

Visual Basic VB.Net
Searching Listbox
Visual Basic / VB.Net
This sample shows how to search item from the listbox. New to method to the .NET listbox control.

Site: www.code-master.net Report - View Tutorial

Visual Basic VB.Net
Polymorphism in VB.NET
Visual Basic / VB.Net
Polymorphism is one of the key concepts in Object Oriented Programming. Using polymorphism enables the programmer to design software that is easily extensible which, in turn, prolongs the life of that program.

Site: www.quantumstate.co.uk Report - View Tutorial

Visual Basic VB.Net
Built-In Procedures
Visual Basic / VB.Net
If the .NET Framework doesn't have a function (or a class) you are looking for, you can create one and be able to use it over and over again in different programs. You can even create one or a series of commercial functions (or classes) and be able to distribute or sell it. To make this happen, you can "package" one or more procedures (or classes) in a library.

Site: www.functionx.com Report - View Tutorial

Visual Basic Getting Started
Forms
Visual Basic / Getting Started
Visual Basic forms are windows. It's an important piece of data because it ties the concept of a form in with everything you already know about Windows applications.)! This section provides additional details about how VB handles forms.

Site: www.garybeene.com Report - View Tutorial

Visual Basic VB.Net
Macronimous- Developing Windows Smartphone Applications using .NET CE framework
Visual Basic / VB.Net
A Pocket PC (PPC) is a handheld-sized computer that runs a specific version of the Windows CE operating system. It has many of the capabilities of modern desktop PCs. Some of these devices also include mobile phone features. Pocket PCs can also be used with many other add-ons like GPS receivers, barcode readers, RFID readers, and cameras. PPC are enhanced to Smart phones using Windows Mobile v5.0 operating systems.

Site: www.macronimous.com Report - View Tutorial

 
Site Search

 
Categories
2D Graphics 3D Graphics Office Applications Databases Desktop Programming Web Development
 
Advertisement