News

Hi guys,This is probably super simple, so I apologize.I'm trying to write a small COM object in VB that creates a list of dial-up networking connections on the server.I would like to call this ...
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 ...
Inside Arrays: Grounded at Zero 06/24/2008 The introduction of .NET to VB required many changes in how VB worked: One of these changes was the removal of support for non-zero based arrays. Although ...
Visual Basic 10, to be released with .NET 4.0 and Visual Studio 10, is adding support for collection and array initializers. While these are similar to what we already have in C#, there are minor ...