OpenAlertBox Method (Alert Control)
Windows - Visual C++
Description
The OpenAlertBox method opens a new
Alert Banner.
Syntax
long result = OpenAlertBox();
The OpenAlertBox syntax has these parts:
Part |
Description |
result |
A long integer which identifies this new banner. |
Remarks
This method throws an error if
called while the NoFloat
property is TRUE.
See Also: AboutBox CloseAlertBox Run TitleBar
Back to: Alert Methods