|
-
March 30th, 1999, 01:12 AM
#1
show a message box without waiting for any user-action
I want to display a message box during the program does a time-intensive action. If I use the MessageBox() - function or if i use a resource constructed box with the DModal() - function, the program stops and waits for a user action.
What kind of function can I use to get this:
{
program shows a message-box <-- ?????
program does some action, message-box is displayed
program clears message box <-- ?????
}
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
|