Click here to Skip to main content
15,888,802 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionVB6 and VB.Net Pin
matryxxx7-Feb-07 8:10
matryxxx7-Feb-07 8:10 
AnswerRe: VB6 and VB.Net Pin
Polymorpher7-Feb-07 8:16
Polymorpher7-Feb-07 8:16 
GeneralRe: VB6 and VB.Net Pin
matryxxx7-Feb-07 9:26
matryxxx7-Feb-07 9:26 
GeneralRe: VB6 and VB.Net Pin
Polymorpher7-Feb-07 9:30
Polymorpher7-Feb-07 9:30 
GeneralRe: VB6 and VB.Net Pin
Q2gyro7-Feb-07 17:52
Q2gyro7-Feb-07 17:52 
AnswerRe: VB6 and VB.Net Pin
MatrixCoder7-Feb-07 8:17
MatrixCoder7-Feb-07 8:17 
AnswerRe: VB6 and VB.Net Pin
FeRtoll7-Feb-07 9:13
FeRtoll7-Feb-07 9:13 
AnswerRe: VB6 and VB.Net Pin
Dave Kreskowiak7-Feb-07 10:13
mveDave Kreskowiak7-Feb-07 10:13 
All you have to do is open the VB6 projects .VBP file in Visual Studio .NET and it'll launch a conversion wizard.

But, be warned! The conversion will use various methods to keep your existing code running as best as possible. It will NOT substitute .NET Framework or VB.NET methods and classes for your VB6 code. It will essentially wrap the VB6 code to make it run in the .NET world.

In all cases, I highly recommend just scrapping the VB6 project entirely and rewriting it from scratch, no matter what the porject size. Why?? Because when you want to start converting sections of the code to .NET versions, you'll be rewriting the thing, plus writing and adding shim code and various other utility libraries to translate between what you've done in VB6 and what is far more advanced in VB.BET and the .NET Base Class Library.


Dave Kreskowiak
Microsoft MVP - Visual Basic


GeneralRe: VB6 and VB.Net Pin
matryxxx8-Feb-07 6:20
matryxxx8-Feb-07 6:20 
GeneralRe: VB6 and VB.Net Pin
Dave Kreskowiak8-Feb-07 14:23
mveDave Kreskowiak8-Feb-07 14:23 
QuestionPrinting Component Advice Pin
Jason Baggett7-Feb-07 6:09
Jason Baggett7-Feb-07 6:09 
AnswerRe: Printing Component Advice Pin
xstoneheartx7-Feb-07 13:18
xstoneheartx7-Feb-07 13:18 
GeneralRe: Printing Component Advice [modified] Pin
Jason Baggett8-Feb-07 3:28
Jason Baggett8-Feb-07 3:28 
QuestionDisplaying data from a database. Pin
jady847-Feb-07 4:52
jady847-Feb-07 4:52 
AnswerRe: Displaying data from a database. Pin
Colin Angus Mackay7-Feb-07 4:58
Colin Angus Mackay7-Feb-07 4:58 
GeneralRe: Displaying data from a database. Pin
jady847-Feb-07 5:14
jady847-Feb-07 5:14 
AnswerRe: Displaying data from a database. Pin
Polymorpher7-Feb-07 9:40
Polymorpher7-Feb-07 9:40 
QuestionReporting Problem Pin
Sarfaraj Ahmed7-Feb-07 3:06
Sarfaraj Ahmed7-Feb-07 3:06 
QuestionHow we can use split method in vb.net Pin
saravanaks6-Feb-07 22:45
saravanaks6-Feb-07 22:45 
AnswerRe: How we can use split method in vb.net Pin
Johan Hakkesteegt7-Feb-07 2:09
Johan Hakkesteegt7-Feb-07 2:09 
NewsRe: How we can use split method in vb.net Pin
FeRtoll7-Feb-07 9:53
FeRtoll7-Feb-07 9:53 
QuestionHow can i draw a rectangle in windows form Pin
saravanaks6-Feb-07 22:12
saravanaks6-Feb-07 22:12 
AnswerRe: How can i draw a rectangle in windows form Pin
andre_swnpl7-Feb-07 2:25
andre_swnpl7-Feb-07 2:25 
QuestionSource Code for Rental Equipment Pin
Member 38037806-Feb-07 21:42
Member 38037806-Feb-07 21:42 
AnswerRe: Source Code for Rental Equipment Pin
Guffa6-Feb-07 21:51
Guffa6-Feb-07 21:51 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.