J
jason
I've just come accross this:
Declare Sub Sleep Lib "kernel32" (ByVal dwMilliseconds As Long)
I think this is excellent, it saves on a lot of lines of code (using
Time, Ontime DoEvents etc).Not sure how it works - would like to
understand it more!
Does anyone have any other little gems like this that they use alot
and think are useful.I'm after compact little beuties like the one
above.
If not, does anyone have any links to sites where more info on these
mysterious little calls can be found
Any help greatly appreciated
J.
Declare Sub Sleep Lib "kernel32" (ByVal dwMilliseconds As Long)
I think this is excellent, it saves on a lot of lines of code (using
Time, Ontime DoEvents etc).Not sure how it works - would like to
understand it more!
Does anyone have any other little gems like this that they use alot
and think are useful.I'm after compact little beuties like the one
above.
If not, does anyone have any links to sites where more info on these
mysterious little calls can be found
Any help greatly appreciated
J.