PDA

View Full Version : Display a message (dialog) while primer file executes



Steve_K
03-02-2009, 11:19 AM
I was wondering whether one of the experts knows how to display a message (the best would be the dialog.message) while a primer file is executed?

The message should remian open while the primer file is in memory and close itself once the primer file has terminated.

Thanks for any help.

Steve

jassing
03-02-2009, 11:30 AM
Use StatusDlg. object to display the message
File.Run() to run your primer file
StatusDlg.Hide() when you're done.

Steve_K
03-02-2009, 11:31 AM
Cool, thanks. That was fast. I'll try that. :)