Click here to Skip to main content
15,925,255 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionHow to convert an SQL table to Access table Pin
Milad.Biroonvand6-Jun-11 8:52
Milad.Biroonvand6-Jun-11 8:52 
AnswerRe: How to convert an SQL table to Access table Pin
Johan Hakkesteegt9-Jun-11 3:04
Johan Hakkesteegt9-Jun-11 3:04 
QuestionVB.NET read email using MAPI [modified] Pin
hansoctantan3-Jun-11 21:44
professionalhansoctantan3-Jun-11 21:44 
AnswerRe: VB.NET read email using MAPI Pin
Dalek Dave13-Jun-11 11:49
professionalDalek Dave13-Jun-11 11:49 
QuestionVB crystal report datasource connection Pin
Central_IT3-Jun-11 1:49
Central_IT3-Jun-11 1:49 
AnswerRe: VB crystal report datasource connection Pin
Dave Kreskowiak3-Jun-11 3:31
mveDave Kreskowiak3-Jun-11 3:31 
QuestionHandle to functions. Pin
Capitanevs2-Jun-11 15:10
Capitanevs2-Jun-11 15:10 
AnswerRe: Handle to functions. Pin
Dave Kreskowiak2-Jun-11 15:47
mveDave Kreskowiak2-Jun-11 15:47 
GeneralRe: Handle to functions. Pin
Capitanevs2-Jun-11 21:44
Capitanevs2-Jun-11 21:44 
QuestionVB.NET read all folders in FTP Server Pin
hansoctantan2-Jun-11 3:30
professionalhansoctantan2-Jun-11 3:30 
AnswerRe: VB.NET read all folders in FTP Server Pin
Luc Pattyn2-Jun-11 4:21
sitebuilderLuc Pattyn2-Jun-11 4:21 
GeneralRe: VB.NET read all folders in FTP Server Pin
hansoctantan3-Jun-11 21:43
professionalhansoctantan3-Jun-11 21:43 
QuestionTCP Comm to Zebra Printer Pin
dBrong31-May-11 6:29
dBrong31-May-11 6:29 
AnswerWindows environment ? Pin
David Mujica31-May-11 7:17
David Mujica31-May-11 7:17 
GeneralRe: Windows environment ? Pin
dBrong31-May-11 10:43
dBrong31-May-11 10:43 
AnswerRaw Data Printer Component Pin
David Mujica1-Jun-11 6:26
David Mujica1-Jun-11 6:26 
GeneralRe: Raw Data Printer Component Pin
dBrong1-Jun-11 10:45
dBrong1-Jun-11 10:45 
GeneralRe: Raw Data Printer Component Pin
David Mujica2-Jun-11 5:58
David Mujica2-Jun-11 5:58 
GeneralRe: Raw Data Printer Component Pin
dBrong2-Jun-11 8:48
dBrong2-Jun-11 8:48 
QuestionVB.NET TO SQL STORED PROCEDURE Pin
PingLocalHost27-May-11 16:21
PingLocalHost27-May-11 16:21 
AnswerRe: VB.NET TO SQL STORED PROCEDURE Pin
thatraja27-May-11 17:07
professionalthatraja27-May-11 17:07 
QuestionVB6 vs VS2005 Pin
DanYELL27-May-11 3:14
DanYELL27-May-11 3:14 
AnswerRe: VB6 vs VS2005 Pin
Eddy Vluggen27-May-11 3:29
professionalEddy Vluggen27-May-11 3:29 
AnswerRe: VB6 vs VS2005 Pin
Dave Kreskowiak27-May-11 3:42
mveDave Kreskowiak27-May-11 3:42 
THe conversion process is not perfect, so it's not guaranteed to work. You should have the source available in the Solution Explorer. If it doesn't show up there, I don't know what's wrong with the project.

Your best bet for converting VB6 to VB.NET is to start rewriting the project by hand. You can use converted code in the new code, but the conversion process adds a bunch of code to maintain backwards compatibility for the VB6 code. Not the best solution. The conversion is there so you don't end up rewriting the entire project from scratch all at once. You can rewrite sections at a time.

AnswerRe: VB6 vs VS2005 Pin
thatraja26-Jan-12 20:57
professionalthatraja26-Jan-12 20:57 

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.