Click here to Skip to main content
16,006,341 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Unwanted rounding in a sum !!!!! Pin
Richard Deeming28-Jan-03 4:16
mveRichard Deeming28-Jan-03 4:16 
QuestionHow pass an enum as parameter to a function Pin
EckhardBraun27-Jan-03 21:29
EckhardBraun27-Jan-03 21:29 
AnswerRe: How pass an enum as parameter to a function Pin
SimonS27-Jan-03 21:41
SimonS27-Jan-03 21:41 
GeneralRe: How pass an enum as parameter to a function Pin
EckhardBraun27-Jan-03 21:53
EckhardBraun27-Jan-03 21:53 
GeneralRe: How pass an enum as parameter to a function Pin
SimonS28-Jan-03 0:24
SimonS28-Jan-03 0:24 
GeneralStrange PostMessage Problem Pin
WalthamstowBoyInSydney27-Jan-03 17:34
WalthamstowBoyInSydney27-Jan-03 17:34 
GeneralRe: Strange PostMessage Problem Pin
Richard Deeming28-Jan-03 0:44
mveRichard Deeming28-Jan-03 0:44 
GeneralI need a wait command Pin
NickOne27-Jan-03 10:07
NickOne27-Jan-03 10:07 
Hello all,


Is there a way in VB 6.0 to make the system wait for a bit.
Like system.wait(1000) where it will wait 1000 ms or something? I suppose I could write a for loop for 1 to SomeBigNumber and every 1000 do what I want to do, but this seems like a silly way to do things.

Let me know please if there is a wait command.
Thanks!!

Oh yeah one other quick question. When I run my VB program, the Focus doesn't automatically start on the command button, like I would like. I went to the form load area and wrote
cmd_calc.SetFocus (hoping that this would set focus to my command button)

It gives me an error sayign invalid procedure call or argument. How can I get the focus to start on my command button?

Again thank you very much!

NickOne
GeneralRe: I need a wait command Pin
Ray Cassick27-Jan-03 12:00
Ray Cassick27-Jan-03 12:00 
GeneralVB Data control Pin
mixahlos27-Jan-03 9:43
mixahlos27-Jan-03 9:43 
QuestionHow to catch DoubleClick event in treeview control Pin
26-Jan-03 23:34
suss26-Jan-03 23:34 
AnswerRe: How to catch DoubleClick event in treeview control Pin
Heath Stewart27-Jan-03 1:56
protectorHeath Stewart27-Jan-03 1:56 
Generalgenerating report based on subgroups Pin
mcm26-Jan-03 3:45
mcm26-Jan-03 3:45 
Generalcalling a subroutine at the beginnign Pin
NickOne25-Jan-03 14:16
NickOne25-Jan-03 14:16 
GeneralRe: calling a subroutine at the beginnign Pin
Hesham Amin26-Jan-03 10:52
Hesham Amin26-Jan-03 10:52 
GeneralRe: calling a subroutine at the beginnign Pin
Paul Farry22-Feb-03 17:41
professionalPaul Farry22-Feb-03 17:41 
Generalgenerating report based on parametres in Where clause Pin
mcm25-Jan-03 4:37
mcm25-Jan-03 4:37 
GeneralSerializing a strong typed collection Pin
Jan Tielens24-Jan-03 10:13
Jan Tielens24-Jan-03 10:13 
GeneralRe: Serializing a strong typed collection Pin
Jan Tielens3-Mar-03 7:31
Jan Tielens3-Mar-03 7:31 
QuestionVB 6.0 printf-like string function? Pin
Derek Price24-Jan-03 8:31
Derek Price24-Jan-03 8:31 
AnswerRe: VB 6.0 printf-like string function? Pin
pnpfriend24-Jan-03 9:44
pnpfriend24-Jan-03 9:44 
GeneralRe: VB 6.0 printf-like string function? Pin
Derek Price24-Jan-03 9:51
Derek Price24-Jan-03 9:51 
GeneralRe: VB 6.0 printf-like string function? Pin
mixahlos27-Jan-03 11:12
mixahlos27-Jan-03 11:12 
GeneralMinimize button Pin
Xanty24-Jan-03 6:31
Xanty24-Jan-03 6:31 
GeneralRe: Minimize button Pin
SimonS24-Jan-03 7:11
SimonS24-Jan-03 7:11 

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.