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 ...
First off I know VB6 pretty well so I went to try out VB.net that we are testing on a computer at school and holy shit it's all different. Like Unload Me doesn't work and frmwhatever.show doesn't ...
You can use VB.NET's Constructor method to replace VB6's Class_Initialize method. Constructor methods can be parameterized, so you can put the constructor to a new use, related to an object state that ...
A monthly overview of things you need to know as an architect or aspiring architect. Unlock the full InfoQ experience by logging in! Stay updated with your favorite authors and topics, engage with ...
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 ...