News

The way VB provides for proper casing is to let you use strConv() to make a string all upper, all lower, or capitalize every word of a sentence. I want something smarter. I want a propercase ...
Well, I'm not sure if anyone has run into this before but I figured I'd give it a shot.I'm using the AppActivate function to grab a handle on another application using VB6 to execute a command ...
VB6 makes use of collections in many ways, such as keeping track of controls on a form and system printers. Learn how to create a Collection object, as well as how to use the Add method to add ...
In this article we will explain how to keep an application window on top of other applications with VB6.
The "AddItem" function in Visual Basic 6.0 lets you dynamically add items to the list of options from which users can choose. ListBox controls display a drop-down list of options, and your users ...