Is there a function like messagebox that will display data but not wait for user input?
I need something sorta like a progress bar that will display text.
You could just hook the message box and make it dissapear after so long. Or just create your own dialog box and make it dissapear after so long too.
Lewis
How would I do that?
Talk slow - I am old.
Since Aurora supports dialog boxes easily, you can just create your own dialog with a progress bar inside and display that, then when the progress bar finishes (you'll receive a notification) you can close the dialog.