|
-
Mar 17th, 2005, 06:52 AM
#1
Thread Starter
Fanatic Member
Code differences from VB6 to .NET
Is there a compiled list of the code changes from vb6 to .NET?
Example...
VB6 ...................NET
Msgbox...............MessageBox
App.Path.............Application.StartPath
Unload Me .......... Me.Close
etc....
Is there a list anywhere like that?
Plus, any code that have been dropped from the .NET framework.
P.S. I know you can still use VB6 code using the VB namespace. But I want to use only framework classes and code syntx. I want to convert all non-framework code of vb6 to .NET framework.
Thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|