News

Whenever VB starts being dumb like this, I just use pointers. Google for "Pointers Visual Basic" and you should get lots of resources. It's much easier to pass a pointer to the array as a Long ...
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 ...
So I've spent some time learning ASP.NET development using VB.Presently I have an application that on page load queries my AD and pulls a list of computers in a specific OU. In order to see the ...