VB.NET changes the way you write Visual Basic code. You learn quickly that most of the optimization tricks you've learned for VB6 won't work under VB.NET. For example, .NET memory allocation forces ...
I want to decrement a variable once every second. What's the easiest way to do this in Visual Basic? I can't use a timer in a form, since this code will be inside a class that has no knowledge of the ...
Ok, I've searched and searched, and just can't find any code that demonstrates how to do this...<BR><BR>I have a DLL I wrote that gets handed an initialized object by the program it is a plugin for. I ...