NetXP 3.0 Reference

Msg.Notify Method 

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 _
)
[C#]
public static void Notify(
   IWin32Window parent,
   string appname,
   string message
);

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