Adamstuff Posted June 8, 2005 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...
Westi Posted June 8, 2005 Posted June 8, 2005 SplashTextOn("Title", "Message goes here.", -1, -1, -1, -1, 4, "", 24) ;Do what you want Sleep(3000) SplashOff()
Adamstuff Posted June 8, 2005 Author 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...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now