If your question is directed at me, then I do have VB6. The .NET IDE most likely won't know how to handle VB6 files. The rar file I posted earlier is all VB6, the naming conventions for variables and functions are VB.NET style is all. Instead of "frmMain", it would be "MainForm"; you can always just edit them back.

Also, if your thinking of upgrading to VB.NET I suggest you look into object oriented programming concepts. VB.NET is a OOP language, its not event driven like VB6.