Adamstuff 0 Posted June 8, 2005 1. I'd like to create a message box WITHOUT a button in it, but I can't seem to find how to do it. 2. Is there a way to keep the messagebox visible while the app runs? The MsgBox functions pauses execution until I make it go away. I want execution to continue with the box visible. Help! Heisenberg was probably right... Share this post Link to post Share on other sites
Westi 0 Posted June 8, 2005 SplashTextOn("Title", "Message goes here.", -1, -1, -1, -1, 4, "", 24) ;Do what you want Sleep(3000) SplashOff() Share this post Link to post Share on other sites
Adamstuff 0 Posted June 8, 2005 SplashTextOn("Title", "Message goes here.", -1, -1, -1, -1, 4, "", 24);Do what you wantSleep(3000)SplashOff()<{POST_SNAPBACK}>Great! I don't know how I missed this function. Thanks much! Heisenberg was probably right... Share this post Link to post Share on other sites