in reply to Show a msgbox and do not wait (Win32)
See rundll32.exe to do that. Is a "standard" MS app and you can find details on it's use on their web site.
Another method would be to create a "regular" window (i.e. not a dialog) that does what you want. In VB you just show a form with a label & and OK button in it, and set the label's value to your string. You can set various properties of the form at design time to simulate a dialog box. Change your compile settings to start the app with a "main" function instead of a form. Otherwise, the application will just exit when the form is dismissed. Sorry, I don't do GUI programming with perl, so i can't give you a perl-centric answer.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Show a msgbox and do not wait (Win32)
by Jenda (Abbot) on Feb 19, 2003 at 15:30 UTC | |
by Cabrion (Friar) on Feb 21, 2003 at 02:13 UTC | |
by Jenda (Abbot) on Feb 21, 2003 at 12:30 UTC |