Visual Basic
Visual Basic was derived from BASIC and enables the rapid application development (RAD) of graphical user interface (GUI) applications, access to databases using DAO, RDO, or ADO, and creation of ActiveX controls and objects.
Application
Tools And Utilities
Remove
Platform
License
Any
Databases are an inevitable part of most of the real world applications. Deploying such database centric applications has always been tricky in all the platforms, be it Microsoft Visual Basic 6,...
This article demonstrates how to create a new macro project in Visual Basic .NET, and then record a simple macro that inserts a TODO token into the code and subsequently opens the Task List window to...
This article demonstrates how to use an ActiveX component from within Visual Studio .NET by using Visual Basic .NET.
The Microsoft .NET Framework includes many useful classes for networking, including the ability to make Web requests. This article demonstrates how to make a simple GET request to retrieve a Web page...
A well-designed application that uses a relational database management system in the backend should make extensive use of stored procedures. A stored procedure is a named collection of SQL...