Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates a new instance of the MessageWindow class.
Namespace: Microsoft.WindowsCE.Forms
Assembly: Microsoft.WindowsCE.Forms (in microsoft.windowsce.forms.dll)
Syntax
'Declaration
Public Sub New
'Usage
Dim instance As New MessageWindow
public MessageWindow ()
public:
MessageWindow ()
public MessageWindow ()
public function MessageWindow ()
Not applicable.
Remarks
To use the MessageWindow class, derive a class from it. The derived class typically takes a form for its constructor. The form can be the containing form or another form, but is always the form that contains the callback method that responds to sent messages.
Platforms
Windows CE, Windows Mobile for Pocket PC, Windows Mobile for Smartphone
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.
Version Information
.NET Compact Framework
Supported in: 2.0, 1.0
See Also
Reference
MessageWindow Class
MessageWindow Members
Microsoft.WindowsCE.Forms Namespace