|
-
Mar 5th, 2003, 08:33 PM
#1
Thread Starter
Addicted Member
vb6 -> .net?
is there any kind of translater out there that i can put in my old vb6 code and have it come out as .net format? i know there are some for c but any for vb6??
Thanks
-
Mar 5th, 2003, 08:39 PM
#2
Addicted Member
I think there is a converter included with Visual Studio.NET
-
Mar 6th, 2003, 04:26 PM
#3
Thread Starter
Addicted Member
Could you tell me where that could be found/accesed?
-
Mar 6th, 2003, 04:29 PM
#4
The converter wizard is junk. Learn .NET then re-write your app. or leave it in VB6.
-
Mar 6th, 2003, 04:49 PM
#5
Thread Starter
Addicted Member
well the thing is, i bought a book and i was kind of in a hurry so i just made sure it was in vb but then i found out it was vb6, so are you sure that the wizard stinks?
-
Mar 6th, 2003, 06:39 PM
#6
PowerPoster
You can try it out for yourself:
Launch VS.Net
Open your old VB6 Solution file and the upgrade wizard will automatically start.
And yes, the upgrade wizard SUCKS big time. It tries, but fails on anything but trivial code, plus it produces some pretty nasty looking code when it does work.
-
Mar 6th, 2003, 08:36 PM
#7
Thread Starter
Addicted Member
It says that it is not availible in this edition
-
Mar 7th, 2003, 08:04 PM
#8
Member
you need the professional edition, not the basic edition, so that means shelling out some cash for the VS.NET version... shady Microsoft people...
Yes, I have a VB6 app and ran it through the upgrade wizard, half the code it crapped out on(ADODB) and the other half it said I didn't know how to program(ok, that part is true)
Here is an example of some of the crap it produces on some simple code and chokes!
PHP Code:
Dim varExamDate As Object
// UPGRADE_WARNING: Couldn't resolve default property of object varExamDate. Click for more: 'ms-help://MS.VSCC/commoner/redir/redirect.htm?keyword="vbup1037"'
-
Mar 7th, 2003, 09:23 PM
#9
Thread Starter
Addicted Member
Heh, wow thats odd. Ok thanks for your help (if you know about servers give me a pm =))
-
Mar 7th, 2003, 10:18 PM
#10
Member
what do you need to know about servers? I could make your head spin about them
-
Mar 7th, 2003, 10:52 PM
#11
Thread Starter
Addicted Member
read my post in the database place (heeh that rymes sorta)
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
|