Migrating from VB6 to VB.Net
Nobody likes VB.Net at first instance. VB6 programmers, who just migrate to VB.Net keep on cursing themseleves for migrating, as they miss so many useful things in VB6 (like control array, shortcut keys in property window, etc). But later on they are pleased when they are aware of the strength of VB.Net.
Now, as the VB.Net community is growing faster and even www.vbforums.com has a seperate section with more than 10K threads as on date, here's an attempt to share our experience while migrating from VB6 to VB.Net.
I hereby request you to share your problem(s) and solution(s) during the migration. I also hereby request the moderator of this site to make this thread sticky for sometime so that the users are aware of the same.
So... who's the first to post?
Regards,
Prakash
design view is for chumps.
(Bender(Futurama) Paraphrased)
Re: Migrating from VB6 to VB.Net
Hello,
I have a fairly complex app that I plan to migrate to VB.NET. My main concern is the graphics part of the app.
The app is a design tool and has a picture box to display the graphics. Line and PolyBezier are the main graphics functions that are being used.
I remeber reading that VB.NET graphics work very differently from VB6.0 and hence was wondering if this could hinder the migration. Would it rather be better to start from a scratch in VB.NET than migrate?
Your comments would be highly appreciated.
Thanks in advance.
Re: Migrating from VB6 to VB.Net
migrating from vb6 to vb.net thru the wizard was never appreciated by anyone. 1st of all the wizard was developed not by microsoft but by a third party company. there are so many flaws in it.
i would suggest, u better start with a new project in .net, right from scratch.
regards and all the best