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

Visual Basic

 
QuestionHelp with Geometry Function Pin
frappydan25-Jun-07 18:54
frappydan25-Jun-07 18:54 
AnswerRe: Help with Geometry Function Pin
Johan Hakkesteegt26-Jun-07 23:24
Johan Hakkesteegt26-Jun-07 23:24 
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 
VB.net does not support bas files. The replacement is the .Module file.
In a new VB.Net project, just add a new Module and paste your code into it.
However, it will probably not compile. VB.Net is rather different from VB. So, check the Errors tab, it will tell you what needs changing.

In the long run it would be best to rewrite your code as a class library, as VB.Net is an object orientated language, and module files are just an excuse for those who can't be bothered to upgrade their coding skills. .Net has been around for five years now!

If you have knowledge, let others light their candles at it.
Margaret Fuller (1810 - 1850)

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 
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 

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.