Click here to Skip to main content
16,005,162 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralPrinting in 136 column wide mode Pin
Member 132035224-Aug-04 21:29
Member 132035224-Aug-04 21:29 
GeneralRe: Printing in 136 column wide mode Pin
Dave Kreskowiak25-Aug-04 3:23
mveDave Kreskowiak25-Aug-04 3:23 
GeneralRe: Printing in 136 column wide mode Pin
Member 132035225-Aug-04 4:27
Member 132035225-Aug-04 4:27 
GeneralRe: Printing in 136 column wide mode Pin
Dave Kreskowiak25-Aug-04 5:13
mveDave Kreskowiak25-Aug-04 5:13 
GeneralRe: Printing in 136 column wide mode Pin
Member 132035228-Aug-04 2:12
Member 132035228-Aug-04 2:12 
GeneralRe: Printing in 136 column wide mode Pin
Anonymous25-Aug-04 7:43
Anonymous25-Aug-04 7:43 
GeneralVB.NET or VB from VS6 Pin
aslm24-Aug-04 12:27
aslm24-Aug-04 12:27 
GeneralRe: VB.NET or VB from VS6 Pin
Charlie Williams24-Aug-04 13:47
Charlie Williams24-Aug-04 13:47 
Code written in VB.NET does not compile to machine code. Instead, intermediate language (MSIL) code is produced, which then needs to be Just-In-Time compiled in order to run. No runtime = no run.

There is a app called Thinstall [^] that is supposedly is able to compile your app along with whatever parts of the .NET framework you use into an executable that can run with the framework installed on the target machine, but I've never used it or spoken with anyone who has.

Also, the 23MB install for the framework is a one-shot deal (assuming you stick with one version of it), so you won't need to reinstall it with every app you distribute.

Using .NET can pay big dividends when it comes to developer productivity, though, so it's not exactly apples to apples when comparing runtime size. There are certainly other factors involved.

Charlie

if(!curlies){ return; }
GeneralRe: VB.NET or VB from VS6 Pin
Dave Kreskowiak24-Aug-04 16:54
mveDave Kreskowiak24-Aug-04 16:54 
GeneralConvert TCP Class into thread Pin
jimmypearly24-Aug-04 11:30
jimmypearly24-Aug-04 11:30 
GeneralRe: Convert TCP Class into thread Pin
Anonymous25-Aug-04 19:34
Anonymous25-Aug-04 19:34 
GeneralRe: Convert TCP Class into thread Pin
jimmypearly25-Aug-04 21:17
jimmypearly25-Aug-04 21:17 
GeneralRe: Convert TCP Class into thread Pin
Anonymous26-Aug-04 18:59
Anonymous26-Aug-04 18:59 
GeneralMacro app. - mouse click Pin
dadak24-Aug-04 9:02
dadak24-Aug-04 9:02 
GeneralRe: Macro app. - mouse click Pin
Purple Monk25-Aug-04 6:52
Purple Monk25-Aug-04 6:52 
GeneralRe: Macro app. - mouse click Pin
dadak25-Aug-04 7:33
dadak25-Aug-04 7:33 
GeneralRe: Macro app. - mouse click Pin
Dave Kreskowiak25-Aug-04 8:04
mveDave Kreskowiak25-Aug-04 8:04 
GeneralRe: Macro app. - mouse click Pin
dadak25-Aug-04 8:37
dadak25-Aug-04 8:37 
GeneralRe: Macro app. - mouse click Pin
Dave Kreskowiak25-Aug-04 10:23
mveDave Kreskowiak25-Aug-04 10:23 
GeneralRe: Macro app. - mouse click Pin
dadak25-Aug-04 11:47
dadak25-Aug-04 11:47 
GeneralRe: Macro app. - mouse click Pin
Purple Monk25-Aug-04 22:42
Purple Monk25-Aug-04 22:42 
GeneralRe: Macro app. - mouse click Pin
dadak26-Aug-04 5:58
dadak26-Aug-04 5:58 
GeneralRe: Macro app. - mouse click Pin
dadak26-Aug-04 9:07
dadak26-Aug-04 9:07 
GeneralRe: Macro app. - mouse click Pin
Purple Monk27-Aug-04 3:27
Purple Monk27-Aug-04 3:27 
Generalpopup menu on menuItem Pin
AstronusX24-Aug-04 9:00
AstronusX24-Aug-04 9:00 

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.