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.
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.
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.
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.
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.
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.
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.
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.
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.