Click here to Skip to main content
15,895,740 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Help with Geometry Function Pin
DanB198327-Jun-07 1:30
DanB198327-Jun-07 1:30 
QuestionCenter Form.. Pin
Xandip25-Jun-07 18:48
Xandip25-Jun-07 18:48 
AnswerRe: Center Form.. Pin
Manas Bhardwaj25-Jun-07 20:44
professionalManas Bhardwaj25-Jun-07 20:44 
QuestionHow to Complile *.bas file in VB.NET Pin
Jahnson K25-Jun-07 11:48
Jahnson K25-Jun-07 11:48 
AnswerRe: How to Complile *.bas file in VB.NET Pin
Christian Graus25-Jun-07 11:54
protectorChristian Graus25-Jun-07 11:54 
AnswerRe: How to Complile *.bas file in VB.NET Pin
The Man from U.N.C.L.E.25-Jun-07 11:55
The Man from U.N.C.L.E.25-Jun-07 11:55 
GeneralRe: How to Complile *.bas file in VB.NET Pin
Jahnson K25-Jun-07 12:23
Jahnson K25-Jun-07 12:23 
GeneralRe: How to Complile *.bas file in VB.NET Pin
Dave Kreskowiak25-Jun-07 13:29
mveDave Kreskowiak25-Jun-07 13:29 
Nalla Jaipal wrote:
I dont have previous version of VB, can you please tell me how to compile *.bas file to generate exe and run it has standalone utility?


Without the VB6 compiler, you're stuck. You don't have anything that will compile that code.

VB.NET will NOT compile a VB6 file without translation. Most of the old VB language is intact, but there are glaring differences in some of the basics. For instance, the Long type in VB6 is now an Integer.

You simply have no choice but to rewrite the code in VB.NET if you want to use it in your app.


A guide to posting questions on CodeProject[^]

Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007


GeneralRe: How to Complile *.bas file in VB.NET Pin
Christian Graus25-Jun-07 13:38
protectorChristian Graus25-Jun-07 13:38 
GeneralRe: How to Complile *.bas file in VB.NET Pin
Jahnson K25-Jun-07 17:19
Jahnson K25-Jun-07 17:19 
Questionlog4net examples in VB.NET Pin
Ridge Howison25-Jun-07 11:38
Ridge Howison25-Jun-07 11:38 
AnswerRe: log4net examples in VB.NET Pin
Dave Kreskowiak25-Jun-07 13:30
mveDave Kreskowiak25-Jun-07 13:30 
QuestionRowHeaders in Datagrids Pin
hsprasain25-Jun-07 10:35
hsprasain25-Jun-07 10:35 
AnswerRe: RowHeaders in Datagrids Pin
Dave Kreskowiak25-Jun-07 13:40
mveDave Kreskowiak25-Jun-07 13:40 
AnswerRe: RowHeaders in Datagrids Pin
Rupesh Kumar Swami25-Jun-07 19:02
Rupesh Kumar Swami25-Jun-07 19:02 
Questionbutton to terminate application Pin
GatoFedorento4725-Jun-07 10:35
GatoFedorento4725-Jun-07 10:35 
AnswerRe: button to terminate application Pin
Christian Graus25-Jun-07 10:51
protectorChristian Graus25-Jun-07 10:51 
GeneralRe: button to terminate application Pin
GatoFedorento4725-Jun-07 11:02
GatoFedorento4725-Jun-07 11:02 
GeneralRe: button to terminate application Pin
The Man from U.N.C.L.E.25-Jun-07 11:42
The Man from U.N.C.L.E.25-Jun-07 11:42 
GeneralRe: button to terminate application Pin
The ANZAC25-Jun-07 19:58
The ANZAC25-Jun-07 19:58 
QuestionGroup box and background image Pin
Tom Wright25-Jun-07 10:27
Tom Wright25-Jun-07 10:27 
AnswerRe: Group box and background image Pin
The Man from U.N.C.L.E.25-Jun-07 11:49
The Man from U.N.C.L.E.25-Jun-07 11:49 
GeneralRe: Group box and background image Pin
Tom Wright26-Jun-07 8:33
Tom Wright26-Jun-07 8:33 
QuestionVB6 and Variable names Pin
#realJSOP25-Jun-07 9:41
mve#realJSOP25-Jun-07 9:41 
AnswerRe: VB6 and Variable names Pin
Dave Kreskowiak25-Jun-07 10:09
mveDave Kreskowiak25-Jun-07 10:09 

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.