Click here to Skip to main content
15,908,173 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: codin prblm Pin
εїзεїзεїз11-Mar-10 5:44
εїзεїзεїз11-Mar-10 5:44 
GeneralRe: codin prblm Pin
Smithers-Jones11-Mar-10 6:04
Smithers-Jones11-Mar-10 6:04 
GeneralRe: codin prblm Pin
εїзεїзεїз11-Mar-10 6:06
εїзεїзεїз11-Mar-10 6:06 
GeneralTag Line Pin
The Man from U.N.C.L.E.11-Mar-10 7:55
The Man from U.N.C.L.E.11-Mar-10 7:55 
GeneralRe: Tag Line Pin
εїзεїзεїз11-Mar-10 8:46
εїзεїзεїз11-Mar-10 8:46 
GeneralRe: Tag Line Pin
The Man from U.N.C.L.E.12-Mar-10 8:37
The Man from U.N.C.L.E.12-Mar-10 8:37 
GeneralRe: codin prblm Pin
William Winner12-Mar-10 5:49
William Winner12-Mar-10 5:49 
AnswerRe: codin prblm Pin
DaveAuld11-Mar-10 3:17
professionalDaveAuld11-Mar-10 3:17 
Here is an example of some loops;
VB.NET
Do
    'Do something
Loop


While (someCondition)
    'Do something
End While

For x = 1 To 10
    'do somehting
Next
Dave

Don't forget to rate messages!
Find Me On: Web|Facebook|Twitter|LinkedIn
Waving? dave.m.auld[at]googlewave.com


AnswerRe: codin prblm PinPopular
Luc Pattyn11-Mar-10 4:24
sitebuilderLuc Pattyn11-Mar-10 4:24 
AnswerRe: codin prblm Pin
Daniel Engelkes11-Mar-10 14:46
Daniel Engelkes11-Mar-10 14:46 
QuestionHelp with Ruler in VB.net Pin
nyt197210-Mar-10 23:43
professionalnyt197210-Mar-10 23:43 
AnswerRe: Help with Ruler in VB.net Pin
Dave Kreskowiak11-Mar-10 1:52
mveDave Kreskowiak11-Mar-10 1:52 
AnswerRe: Help with Ruler in VB.net Pin
Smithers-Jones11-Mar-10 2:09
Smithers-Jones11-Mar-10 2:09 
AnswerRe: Help with Ruler in VB.net Pin
εїзεїзεїз11-Mar-10 4:57
εїзεїзεїз11-Mar-10 4:57 
AnswerRe: Help with Ruler in VB.net Pin
The Man from U.N.C.L.E.11-Mar-10 8:04
The Man from U.N.C.L.E.11-Mar-10 8:04 
GeneralRe: Help with Ruler in VB.net Pin
nyt197211-Mar-10 17:53
professionalnyt197211-Mar-10 17:53 
GeneralRe: Help with Ruler in VB.net Pin
The Man from U.N.C.L.E.11-Mar-10 22:36
The Man from U.N.C.L.E.11-Mar-10 22:36 
QuestionError Using Dll Crash Application Pin
Anubhava Dimri10-Mar-10 20:00
Anubhava Dimri10-Mar-10 20:00 
AnswerRe: Error Using Dll Crash Application Pin
εїзεїзεїз10-Mar-10 20:27
εїзεїзεїз10-Mar-10 20:27 
GeneralRe: Error Using Dll Crash Application Pin
Anubhava Dimri10-Mar-10 20:45
Anubhava Dimri10-Mar-10 20:45 
GeneralRe: Error Using Dll Crash Application Pin
Dave Kreskowiak11-Mar-10 1:52
mveDave Kreskowiak11-Mar-10 1:52 
GeneralRe: Error Using Dll Crash Application Pin
Anubhava Dimri11-Mar-10 17:13
Anubhava Dimri11-Mar-10 17:13 
Questionpowermill Pin
hellogany10-Mar-10 17:53
hellogany10-Mar-10 17:53 
AnswerRe: powermill Pin
Luc Pattyn10-Mar-10 18:08
sitebuilderLuc Pattyn10-Mar-10 18:08 
AnswerRe: powermill Pin
Dave Kreskowiak10-Mar-10 18:10
mveDave Kreskowiak10-Mar-10 18:10 

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.