Click here to Skip to main content
15,914,160 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Stop running multiple instances of my program Pin
Dave Kreskowiak10-Oct-07 4:54
mveDave Kreskowiak10-Oct-07 4:54 
AnswerRe: Stop running multiple instances of my program Pin
mr_lasseter10-Oct-07 5:24
mr_lasseter10-Oct-07 5:24 
QuestionObject reference not set to an instance of an object Pin
dimuthuvbnet10-Oct-07 3:12
dimuthuvbnet10-Oct-07 3:12 
AnswerRe: Object reference not set to an instance of an object Pin
Tom Deketelaere10-Oct-07 3:20
professionalTom Deketelaere10-Oct-07 3:20 
GeneralRe: Object reference not set to an instance of an object Pin
dimuthuvbnet12-Oct-07 21:29
dimuthuvbnet12-Oct-07 21:29 
AnswerRe: Object reference not set to an instance of an object Pin
Rakan Ma'ayeh10-Oct-07 12:27
Rakan Ma'ayeh10-Oct-07 12:27 
QuestionHow to measure the execution time of a code? Pin
kkakosim10-Oct-07 3:07
kkakosim10-Oct-07 3:07 
AnswerRe: How to measure the execution time of a code? Pin
Guffa10-Oct-07 4:24
Guffa10-Oct-07 4:24 
Usually, CPU intensive tasks use almost 100% of the CPU time, so the common way of measuring execution time is to make sure that the computer isn't doing anything else that is CPU intensive, and just measure the time spent.

The System.Diagnostics.StopWatch class is suitable for this.

There is no CPU independent or platform independent way to characterise execution speed. The speed is very much dependent on the CPU architecture, like cache sizes, memory speed, pipeline stall penalties, branch prediction, et.c. The efficiency of a specific combination of instructions can vary considerably from one computer to another.

---
single minded; short sighted; long gone;

GeneralRe: How to measure the execution time of a code? Pin
kkakosim10-Oct-07 19:16
kkakosim10-Oct-07 19:16 
Questiondatagridview event Pin
WhiteGirl2310-Oct-07 1:41
WhiteGirl2310-Oct-07 1:41 
AnswerRe: datagridview event Pin
Dave Kreskowiak10-Oct-07 17:20
mveDave Kreskowiak10-Oct-07 17:20 
QuestionArray size problem Pin
Benny_Lava10-Oct-07 0:35
Benny_Lava10-Oct-07 0:35 
AnswerRe: Array size problem Pin
Christian Graus10-Oct-07 0:42
protectorChristian Graus10-Oct-07 0:42 
AnswerRe: Array size problem Pin
Rakan Ma'ayeh10-Oct-07 12:28
Rakan Ma'ayeh10-Oct-07 12:28 
Questionhow to use textbox as a searching. to listbox?what is code to inside the textbox ? Pin
sheldon198710-Oct-07 0:16
sheldon198710-Oct-07 0:16 
AnswerRe: how to use textbox as a searching. to listbox?what is code to inside the textbox ? Pin
The ANZAC10-Oct-07 0:30
The ANZAC10-Oct-07 0:30 
QuestionDataGridView..... Pin
moomoooomoo9-Oct-07 23:32
moomoooomoo9-Oct-07 23:32 
QuestionConstant Module Or File ? Pin
barney_19729-Oct-07 22:09
barney_19729-Oct-07 22:09 
AnswerRe: Constant Module Or File ? Pin
Tom Deketelaere9-Oct-07 22:51
professionalTom Deketelaere9-Oct-07 22:51 
GeneralRe: Constant Module Or File ? Pin
barney_19729-Oct-07 23:21
barney_19729-Oct-07 23:21 
QuestionOld array function does not work in VB 2005? Pin
Nasbcn9-Oct-07 22:05
Nasbcn9-Oct-07 22:05 
AnswerRe: Old array function does not work in VB 2005? Pin
Tom Deketelaere9-Oct-07 22:47
professionalTom Deketelaere9-Oct-07 22:47 
GeneralRe: Old array function does not work in VB 2005? Pin
Nasbcn9-Oct-07 23:37
Nasbcn9-Oct-07 23:37 
QuestionSort Unbound Datagridview column Pin
helelark1239-Oct-07 20:25
helelark1239-Oct-07 20:25 
QuestionDataset Pin
vidya1109-Oct-07 20:12
vidya1109-Oct-07 20:12 

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.