MsgBox for status information
Posted: Sat Mar 27, 2010 4:29 pm
I bet this is a long shot...
I'm updating some very old progams. Is there a way to use MSGBOX to display a message on the screen while a process is going on without stopping execution of the program to wait for a mouse click on a button?
I'd like to display a msgbox while I'm sorting a long file that says something like "Processing...please wait" or something more informative so the user doesn't see a blank screen and wonder if it has hung. I'd love to use a progress meter but I can't update it during the sort process. Currently, I'm just printing the message text to the screen without any borders, which doesn't look all that pretty. I could display a child WINDOW with the message in it. Is that a better idea?
-- Susan
I'm updating some very old progams. Is there a way to use MSGBOX to display a message on the screen while a process is going on without stopping execution of the program to wait for a mouse click on a button?
I'd like to display a msgbox while I'm sorting a long file that says something like "Processing...please wait" or something more informative so the user doesn't see a blank screen and wonder if it has hung. I'd love to use a progress meter but I can't update it during the sort process. Currently, I'm just printing the message text to the screen without any borders, which doesn't look all that pretty. I could display a child WINDOW with the message in it. Is that a better idea?
-- Susan