Click here to Skip to main content
15,890,557 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionWhat Trace??? Pin
alirezamansoori14-Sep-12 5:20
alirezamansoori14-Sep-12 5:20 
AnswerRe: What Trace??? Pin
Wes Aday14-Sep-12 5:27
professionalWes Aday14-Sep-12 5:27 
GeneralRe: What Trace??? Pin
alirezamansoori14-Sep-12 7:23
alirezamansoori14-Sep-12 7:23 
GeneralRe: What Trace??? Pin
Wes Aday14-Sep-12 9:09
professionalWes Aday14-Sep-12 9:09 
AnswerRe: What Trace??? Pin
Richard MacCutchan14-Sep-12 5:35
mveRichard MacCutchan14-Sep-12 5:35 
GeneralRe: What Trace??? Pin
alirezamansoori14-Sep-12 7:23
alirezamansoori14-Sep-12 7:23 
GeneralRe: What Trace??? Pin
Richard MacCutchan14-Sep-12 7:31
mveRichard MacCutchan14-Sep-12 7:31 
Questiondifference between these code Pin
yuifox13-Sep-12 23:39
yuifox13-Sep-12 23:39 
Hi, I'm new in vb.net

What the difference of these codes

VB
for u = 0 to datatable.rows.count - 1
    ' process code
next


VB
for each rows in datatable.rows
     ' process code
next


assuming process code are to parsing data datatable.rows either to search or to print or to calculate.

which one is faster ?
can someone give me some enlighment ?
sorry for bad english.
AnswerRe: difference between these code PinPopular
Dave Kreskowiak14-Sep-12 4:09
mveDave Kreskowiak14-Sep-12 4:09 
GeneralRe: difference between these code Pin
yuifox14-Sep-12 12:44
yuifox14-Sep-12 12:44 
AnswerRe: difference between these code Pin
Pravin Patil, Mumbai14-Sep-12 5:17
Pravin Patil, Mumbai14-Sep-12 5:17 
GeneralRe: difference between these code Pin
yuifox14-Sep-12 12:50
yuifox14-Sep-12 12:50 
GeneralRe: difference between these code Pin
Pravin Patil, Mumbai14-Sep-12 23:39
Pravin Patil, Mumbai14-Sep-12 23:39 
AnswerRe: difference between these code Pin
SoyDesarrollador.net12-Oct-12 8:50
SoyDesarrollador.net12-Oct-12 8:50 
QuestionXML parsing function returns 0 instead of stored value Pin
iyl7813-Sep-12 15:17
iyl7813-Sep-12 15:17 
QuestionWeb User Account and login Pin
Addo Henry12-Sep-12 5:34
Addo Henry12-Sep-12 5:34 
AnswerRe: Web User Account and login Pin
Simon_Whale12-Sep-12 5:46
Simon_Whale12-Sep-12 5:46 
QuestionVB(Aplication) Pin
JAFTA11-Sep-12 16:18
JAFTA11-Sep-12 16:18 
AnswerRe: VB(Aplication) Pin
Dave Kreskowiak11-Sep-12 17:31
mveDave Kreskowiak11-Sep-12 17:31 
QuestionHow to get value from database when user chooses month Pin
garyu8711-Sep-12 3:24
garyu8711-Sep-12 3:24 
AnswerRe: How to get value from database when user chooses month Pin
Dave Kreskowiak11-Sep-12 3:44
mveDave Kreskowiak11-Sep-12 3:44 
GeneralRe: How to get value from database when user chooses month Pin
garyu8711-Sep-12 4:01
garyu8711-Sep-12 4:01 
GeneralRe: How to get value from database when user chooses month Pin
David Mujica11-Sep-12 4:28
David Mujica11-Sep-12 4:28 
GeneralRe: How to get value from database when user chooses month Pin
garyu8711-Sep-12 4:47
garyu8711-Sep-12 4:47 
QuestionHow to Display real time ECG in VB6 ? Pin
Nisarg Solanki10-Sep-12 21:01
Nisarg Solanki10-Sep-12 21:01 

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.