|
-
Apr 14th, 2005, 06:58 AM
#1
Thread Starter
New Member
-
Apr 14th, 2005, 07:41 AM
#2
Re: I Need Help....!!
There is a vb6-vb.net upgrade wizard but it produces ugly code.
-
Apr 14th, 2005, 09:06 AM
#3
Thread Starter
New Member
Re: I Need Help....!!
where do i get this from.....???
thanks!
-
Apr 14th, 2005, 10:13 AM
#4
Re: I Need Help....!!
The frog didn't add this: DON'T GO THERE!!
I think the wizard comes with some visual studio versions, but I have never looked for one simple reason: It reeeaallly sucks!
You might be better off doing it by hand. The syntax hasn't changed much between the two languages, though the design has changed pretty dramatically.
You can pretty much design forms the same way as you did in VB6, then copy the code from control events in the old to control events in the new. Of course, you will get many compile errors for the places where things changed, but the general flow of the code will remain the same. If the project isn't too big, this is probably a poor option, but better than the conversion wizard.
My usual boring signature: Nothing
 
-
Apr 14th, 2005, 12:01 PM
#5
Re: I Need Help....!!
Hm, funny how you wait years for a program to deal with video rentals and then two come along at once...
Really, as the Shaggy One suggests, don't do it. What might have been an A grade VB6 project will turn into an E grade .Net project, and it will be really obvious what you've done to boot.
There isn't too much difference between vb6 and .net in the end. The easiest way to do it properly, if you have the time, is definitely to redesign the form and then copy the code to the controls one by one. It will automatically underline where you have something wrong, not declaring variables and such like, and then you just go through those one by one as well.
If it needs to be in tomorrow, the Upgrade wizard is included with VB.Net
zaza
-
Apr 14th, 2005, 12:46 PM
#6
Re: I Need Help....!!
If you are working on it now, and it ISN'T due tomorrow, you aren't the kind of student I was
My usual boring signature: Nothing
 
-
Apr 15th, 2005, 07:44 AM
#7
Thread Starter
New Member
Re: I Need Help....!!
thanks for the help guys....
i'll try do something with it...!
to be honest im really no good at this VB stuff...!
i'll let y'all know how i get on...!
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
|