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.
Sends a message to the message window and returns immediately.
Namespace: Microsoft.WindowsCE.Forms
Assembly: Microsoft.WindowsCE.Forms (in microsoft.windowsce.forms.dll)
Syntax
'Declaration
Public Shared Sub PostMessage ( _
ByRef m As Message _
)
'Usage
Dim m As Message
MessageWindow.PostMessage(m)
public static void PostMessage (
ref Message m
)
public:
static void PostMessage (
Message% m
)
public static void PostMessage (
/** @ref */ Message m
)
Not applicable.
Parameters
- m
A Windows-based message.
Remarks
The .NET Compact Framework provides the Message structure for generating Windows-based 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
SendMessage