well Ive been programming VB6 for a long time and now I bought Visual Studio 2008 and I want to start programming in VB.NET
I have different questions:
1) VB6 needed runtimes files to be able to run on PCs without Visual Basics (if the program had winsock or inet.....), does VB.NET Need runtime files on XP, Vista? Where can i get them?
2) Does VB.NET have winsock? where can I learn how to use it? Or what is its replacement?
3) Is there any tut that helps me convert (my syntax writing) from VB6 to VB.NET
4)How to exit/close my program in VB.NET (application.exit????) or is there any better way (in VB6 Unload Form1)
I have different questions:
1) VB6 needed runtimes files to be able to run on PCs without Visual Basics (if the program had winsock or inet.....), does VB.NET Need runtime files on XP, Vista? Where can i get them?
2) Does VB.NET have winsock? where can I learn how to use it? Or what is its replacement?
3) Is there any tut that helps me convert (my syntax writing) from VB6 to VB.NET
4)How to exit/close my program in VB.NET (application.exit????) or is there any better way (in VB6 Unload Form1)