Dialog.TimedMessage |
|
|
|
Dialog.TimedMessage |
|
|
|
|
||
OverviewExamples
Dialog.TimedMessage("Oh oh...", "Waiting for a miracle", 5000, MB_ICONNONE);
Display a message that says "Waiting for a miracle" for 5 seconds, which is sure to instill confidence in your users.
Dialog.TimedMessage("Security Check", "Performing retinal scan...", 6000, MB_ICONEXCLAMATION);
Display a message that says "Performing retinal scan..." for 6 seconds, with an exclamation mark icon on the dialog to make it seem even more important. (This message is most effective if, first, you tell the user to stare into the monitor and DON'T BLINK.)
Dialog.TimedMessage("", "Meep meep", 1500, MB_ICONNONE);
Puts up a cryptic road runner impersonation for 1.5 seconds, with no text in the title bar.
See also: Related Actions
Learn More: Indigo Rose Software - MSI Factory - Buy Now - Contact Us