|
-
May 21st, 2000, 06:28 PM
#1
Thread Starter
New Member
I'm still trying to pause my ptogram for a tenth of a second.
it was recomended to me to use this line
Declare Sub pause Lib "kerne132" (ByVal dwMilliseconds As Long)
And then call it with
call pause(*time in milliseconds*)
the problem is where ever I put the Declare Sub... in the program it balks. If i put it at the top with my globals, it says it's not allowed in the Public members of the object modual. any where else, it says "Comments only may apear after end sub..." Even it I have it within a proceduer.
Please repspond quickly.
Thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|