I have an old VB6 project (DLL) that someone wants converted to VB.NET. It's been a long time since I've worked with VB6, and I've never done VB.NET, though I've done enough C#. I've read up on the ...
The recent petition from a group of Microsoft MVPs notwithstanding, it would be a mistake to incorporate a version of Classic VB in a future version of Visual Studio. A group of Microsoft MVPs has ...
An important point is being missed in all the banter about continuing VB6 vs. .NET. A lot of companies that have been developing in VB6, including n-tier ASP, are telling programmers that the move to ...
I have a VB.NET project that was upgraded via the wizard from a VB6 project that referenced a COM DLL that was also written in VB6. When I did the upgrade, a new reference seemed to be created called ...
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 ...