Click here to Skip to main content
16,007,687 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: I NEED A SOLUTION ABOUT CREATE GET BUTTON WHICH COULD HAVE MORE THEN ONE WHERE CRITERIA Pin
Christian Graus17-Jul-05 23:58
protectorChristian Graus17-Jul-05 23:58 
GeneralAutoread incoming outlook msg Pin
anaant116-Jul-05 22:37
anaant116-Jul-05 22:37 
GeneralRe: Autoread incoming outlook msg Pin
KaptinKrunch17-Jul-05 13:04
KaptinKrunch17-Jul-05 13:04 
GeneralRe: Autoread incoming outlook msg Pin
anaant117-Jul-05 22:39
anaant117-Jul-05 22:39 
GeneralVB & C# Pin
waleedEad16-Jul-05 20:58
waleedEad16-Jul-05 20:58 
GeneralRe: VB & C# Pin
Daniel132417-Jul-05 3:12
Daniel132417-Jul-05 3:12 
GeneralRe: VB & C# Pin
Dave Kreskowiak17-Jul-05 9:01
mveDave Kreskowiak17-Jul-05 9:01 
GeneralRe: VB & C# Pin
Rob Graham17-Jul-05 10:19
Rob Graham17-Jul-05 10:19 
Dave Kreskowiak wrote:
The second is how close to machine code you want to write it in.

I disagree. One can write really slow code in assembly language just as easily as any language. the advantage a high level language brings is that the compiler can often generate fast machine code by optimizing even poor high level language code.

The speed of .Net apps comes from the runtime compiler which compiles the IL to machine code. Since it is runtime, it can take advantage of machine specific optimizations, and so sometimes generate code that is faster than the equivalent C or c++ code that was precompiled for a general target.

As a result, VB and C# are, for all pratical purposes, equivalent: both generate IL, which is compiled by the same runtime compiler at runtime, and so are almost certain to produce code that runs with the same efficiency.

Absolute faith corrupts as absolutely as absolute power
Eric Hoffer

The opposite of the religious fanatic is not the fanatical atheist but the gentle cynic who cares not whether there is a god or not.
Eric Hoffer

GeneralRe: VB & C# Pin
Dave Kreskowiak17-Jul-05 11:18
mveDave Kreskowiak17-Jul-05 11:18 
GeneralRe: VB & C# Pin
Rob Graham17-Jul-05 14:14
Rob Graham17-Jul-05 14:14 
GeneralRe: VB & C# Pin
Christian Graus17-Jul-05 18:06
protectorChristian Graus17-Jul-05 18:06 
GeneralRe: VB & C# Pin
Dave Kreskowiak18-Jul-05 2:32
mveDave Kreskowiak18-Jul-05 2:32 
GeneralRe: VB & C# Pin
Christian Graus18-Jul-05 12:54
protectorChristian Graus18-Jul-05 12:54 
GeneralRe: VB & C# Pin
Dave Kreskowiak19-Jul-05 2:53
mveDave Kreskowiak19-Jul-05 2:53 
GeneralRe: VB & C# Pin
Christian Graus19-Jul-05 10:40
protectorChristian Graus19-Jul-05 10:40 
Generalinsert statment Pin
Anonymous16-Jul-05 11:36
Anonymous16-Jul-05 11:36 
GeneralBitblt .Net style help using (Matthew Hazlett) code Pin
Fraxx Daidouji16-Jul-05 6:47
Fraxx Daidouji16-Jul-05 6:47 
Generaladding new form Pin
Anonymous15-Jul-05 23:26
Anonymous15-Jul-05 23:26 
GeneralRe: adding new form Pin
[Marc]16-Jul-05 8:52
[Marc]16-Jul-05 8:52 
GeneralRe: adding new form Pin
Anonymous16-Jul-05 11:02
Anonymous16-Jul-05 11:02 
GeneralRe: adding new form Pin
[Marc]16-Jul-05 15:48
[Marc]16-Jul-05 15:48 
GeneralFolder Treeview with checkboxes (VB6) Pin
xer131415-Jul-05 22:30
xer131415-Jul-05 22:30 
Generalsqlce connection help Pin
Member 190267915-Jul-05 22:00
Member 190267915-Jul-05 22:00 
GeneralVb+scanned image reading Pin
royrana15-Jul-05 22:00
royrana15-Jul-05 22:00 
GeneralLog File Question Pin
LordLothar15-Jul-05 20:30
LordLothar15-Jul-05 20:30 

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.