Language
Visual Basic
Remove
Platform
Any
License
Any
Any Visual Basic Programmer have by now added icon to the status area in very simple steps. But doing the same in Visual C++ is not so straight forward. Here I delineate the steps to undertake for...
In this tutorial, I will show you how you can produce your .dll. Don't expect something complicated. Our example here will be a simple button, so if you want something more elaborated than that, you...
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...
How to make your Visual Basic source code self-documenting and thereby make it easier to read, understand and maintain. Learn about how careful use of indentation and whitespace can improve code...
Many people don't realize that using the keyboard will make you a ton more productive than using a mouse to achieve the same goals. This is particularly true for the Visual Basic IDE. And even though...
This is a simple tutorial which will show you how to make the
computer speak anything. You can use this in any program and
the computer can say the most complicated words. People fairly
new to...
This article shows how to make one ATL COM component WinInet functions and how to use it in ASP programs and how to try it from one Visual Basic client. It shows also how to use multithreading...