Jump to content

MsgBox on top with no button


Recommended Posts

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...

Link to comment
Share on other sites

SplashTextOn("Title", "Message goes here.", -1, -1, -1, -1, 4, "", 24)

;Do what you want

Sleep(3000)

SplashOff()

<{POST_SNAPBACK}>

Great! :(

I don't know how I missed this function. Thanks much!

Heisenberg was probably right...

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...