|
-
Jul 4th, 2000, 10:12 AM
#1
Thread Starter
New Member
Last edited by fcastong; Sep 2nd, 2014 at 04:53 PM.
-
Jul 4th, 2000, 05:33 PM
#2
transcendental analytic
What do you mean, dealy your application or other applications? And with Threading?
Use a timer control or method, a loop and use doevents if you need threading, if you need to dealy a window application you have to remove the doevents and it will dealy everything, well hope i know what youre doing...
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
-
Jul 5th, 2000, 03:16 PM
#3
Thread Starter
New Member
Rep. Kedaman
Sorry, your solution do not work. I don't want dealy my
application
I want my application as system modal; all applications are suspended until the user close my application.
-
Jul 6th, 2000, 02:23 AM
#4
transcendental analytic
I'm sure I've seen this somewhere, A replacement for doevents that only threads within itself, can't remeber, well You could ask Sam...
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
-
Jul 6th, 2000, 08:03 AM
#5
Lively Member
Try this API func:
Private Declare Sub Sleep Lib "kernel32" (ByVal dwMilliseconds As Long)
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
|