In this second part of my series revisiting functions I wrote for VB6 I decided to see how one might implement a VB.NET routine to ...
A common question is, When should I update a working, deployed, VB6 app to VB.NET The answer, in part, depends on how well the VB6 ...
Enums, or enumerations, as you probably already know, allows you to create a set of logically related constant values. Using them means you can avoid ...