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

Visual Basic

 
GeneralRe: VB call to SAP Remote Functions Pin
Vimalsoft(Pty) Ltd22-Mar-09 20:32
professionalVimalsoft(Pty) Ltd22-Mar-09 20:32 
Questionmake sure that the max index on a list is less than the list size Pin
zaimah19-Mar-09 23:20
zaimah19-Mar-09 23:20 
AnswerRe: make sure that the max index on a list is less than the list size Pin
Christian Graus19-Mar-09 23:47
protectorChristian Graus19-Mar-09 23:47 
GeneralRe: make sure that the max index on a list is less than the list size Pin
zaimah25-Mar-09 16:28
zaimah25-Mar-09 16:28 
Questioncan u help my project?? Pin
jieya19-Mar-09 20:55
jieya19-Mar-09 20:55 
AnswerRe: can u help my project?? Pin
Christian Graus19-Mar-09 21:09
protectorChristian Graus19-Mar-09 21:09 
GeneralRe: can u help my project?? Pin
EliottA20-Mar-09 2:49
EliottA20-Mar-09 2:49 
AnswerRe: can u help my project?? [modified] Pin
Jon_Boy20-Mar-09 2:35
Jon_Boy20-Mar-09 2:35 
Here ya go,

Do
    If User = "Jieya" AndAlso AttemptedHomework Then
        HasClue = True
    Else
        HasClue = False
        Call GetJobAtMcDonalds(User)
    End If
Loop Until (HasClue = True)


In your case, this would probably just be an endless loop.

Cheers

Any suggestions, ideas, or 'constructive criticism' are always welcome.

"There's no such thing as a stupid question, only stupid people." - Mr. Garrison

modified on Friday, March 20, 2009 10:03 AM

Questionproblem related to sorting of listview.... Pin
dhaval khatri19-Mar-09 19:27
dhaval khatri19-Mar-09 19:27 
AnswerRe: problem related to sorting of listview.... Pin
Christian Graus19-Mar-09 19:53
protectorChristian Graus19-Mar-09 19:53 
GeneralRe: problem related to sorting of listview.... Pin
dhaval khatri20-Mar-09 19:36
dhaval khatri20-Mar-09 19:36 
AnswerRe: problem related to sorting of listview.... Pin
Sebastian Br.19-Mar-09 21:09
Sebastian Br.19-Mar-09 21:09 
GeneralRe: problem related to sorting of listview.... Pin
dhaval khatri20-Mar-09 19:44
dhaval khatri20-Mar-09 19:44 
AnswerRe: problem related to sorting of listview.... Pin
George B Gilbert21-Mar-09 17:17
George B Gilbert21-Mar-09 17:17 
QuestionMDI Child Form/Controls wont start out Maximized when displaying in a tab control (super frustrating) Pin
scubasteev19-Mar-09 14:59
scubasteev19-Mar-09 14:59 
AnswerRe: MDI Child Form/Controls wont start out Maximized when displaying in a tab control (super frustrating) Pin
nlarson1120-Mar-09 3:47
nlarson1120-Mar-09 3:47 
AnswerRe: MDI Child Form/Controls wont start out Maximized when displaying in a tab control (super frustrating) Pin
George B Gilbert21-Mar-09 17:24
George B Gilbert21-Mar-09 17:24 
QuestionFolder watcher application disappears after running several days Pin
dBrong19-Mar-09 8:01
dBrong19-Mar-09 8:01 
Answermake it a scheduled task ? Pin
David Mujica19-Mar-09 8:15
David Mujica19-Mar-09 8:15 
GeneralRe: make it a scheduled task ? Pin
dBrong19-Mar-09 12:26
dBrong19-Mar-09 12:26 
GeneralRe: make it a scheduled task ? Pin
Luc Pattyn19-Mar-09 12:45
sitebuilderLuc Pattyn19-Mar-09 12:45 
Generalself-submit Pin
David Mujica19-Mar-09 13:56
David Mujica19-Mar-09 13:56 
GeneralRe: self-submit Pin
dBrong19-Mar-09 14:28
dBrong19-Mar-09 14:28 
AnswerRe: Folder watcher application disappears after running several days Pin
Dave Kreskowiak19-Mar-09 8:37
mveDave Kreskowiak19-Mar-09 8:37 
AnswerRe: Folder watcher application disappears after running several days Pin
Mycroft Holmes19-Mar-09 20:31
professionalMycroft Holmes19-Mar-09 20:31 

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.