Notifies the user using a message box.
[Visual Basic]Public Shared Sub Notify( _
ByVal
parent As
IWin32Window, _
ByVal
appname As
String, _
ByVal
message As
String _
)
Parameters
- parent
- The parent window. Can be null.
- appname
- The name of the application displaying the notification.
- message
- The notification.
See Also
Msg Class | NETXP.Library Namespace