User32PostMessage Method

Overload List

PostMessage(HandleRef, EditControlMessages, IntPtr, IntPtr) Places (posts) a message in the message queue associated with the thread that created the specified edit-control (typically a TextBox) and returns without waiting for the thread to process the message.
PostMessage(HandleRef, ListBoxMessages, IntPtr, IntPtr) Places (posts) a message in the message queue associated with the thread that created the specified ListBox control and returns without waiting for the thread to process the message.
PostMessage(HandleRef, ListViewMessages, IntPtr, IntPtr) Places (posts) a message in the message queue associated with the thread that created the specified ListView control and returns without waiting for the thread to process the message.
PostMessage(HandleRef, ProgressBarMessages, IntPtr, IntPtr) Places (posts) a message in the message queue associated with the thread that created the specified ProgressBar control and returns without waiting for the thread to process the message.
PostMessage(HandleRef, ToolbarMessages, IntPtr, IntPtr) Places (posts) a message in the message queue associated with the thread that created the specified ToolBar control and returns without waiting for the thread to process the message.
PostMessage(HandleRef, WindowMessages, IntPtr, IntPtr) Places (posts) a message in the message queue associated with the thread that created the specified window and returns without waiting for the thread to process the message.
PostMessage(HandleRef, WindowMessages, IntPtr, String) Places (posts) a message in the message queue associated with the thread that created the specified window and returns without waiting for the thread to process the message.
PostMessage(HandleRef, WindowMessages, IntPtr, StringBuilder) Places (posts) a message in the message queue associated with the thread that created the specified window and returns without waiting for the thread to process the message.
PostMessage(HandleRef, Int32, IntPtr, IntPtr) Places (posts) a message in the message queue associated with the thread that created the specified window and returns without waiting for the thread to process the message.
PostMessage(HandleRef, Int32, IntPtr, String) Places (posts) a message in the message queue associated with the thread that created the specified window and returns without waiting for the thread to process the message.
PostMessage(HandleRef, Int32, IntPtr, StringBuilder) Places (posts) a message in the message queue associated with the thread that created the specified window and returns without waiting for the thread to process the message.
PostMessage(IntPtr, EditControlMessages, IntPtr, IntPtr) Places (posts) a message in the message queue associated with the thread that created the specified edit-control (typically a TextBox) and returns without waiting for the thread to process the message.
PostMessage(IntPtr, ListBoxMessages, IntPtr, IntPtr) Places (posts) a message in the message queue associated with the thread that created the specified ListBox control and returns without waiting for the thread to process the message.
PostMessage(IntPtr, ListViewMessages, IntPtr, IntPtr) Places (posts) a message in the message queue associated with the thread that created the specified ListView control and returns without waiting for the thread to process the message.
PostMessage(IntPtr, ProgressBarMessages, IntPtr, IntPtr) Places (posts) a message in the message queue associated with the thread that created the specified ProgressBar control and returns without waiting for the thread to process the message.
PostMessage(IntPtr, ToolbarMessages, IntPtr, IntPtr) Places (posts) a message in the message queue associated with the thread that created the specified ToolBar control and returns without waiting for the thread to process the message.
PostMessage(IntPtr, WindowMessages, IntPtr, IntPtr) Places (posts) a message in the message queue associated with the thread that created the specified window and returns without waiting for the thread to process the message.
PostMessage(IntPtr, WindowMessages, IntPtr, String) Places (posts) a message in the message queue associated with the thread that created the specified window and returns without waiting for the thread to process the message.
PostMessage(IntPtr, WindowMessages, IntPtr, StringBuilder) Places (posts) a message in the message queue associated with the thread that created the specified window and returns without waiting for the thread to process the message.
PostMessage(IntPtr, Int32, IntPtr, IntPtr) Places (posts) a message in the message queue associated with the thread that created the specified window and returns without waiting for the thread to process the message.
PostMessage(IntPtr, Int32, IntPtr, String) Places (posts) a message in the message queue associated with the thread that created the specified window and returns without waiting for the thread to process the message.
PostMessage(IntPtr, Int32, IntPtr, StringBuilder) Places (posts) a message in the message queue associated with the thread that created the specified window and returns without waiting for the thread to process the message.
PostMessage(SafeHandle, EditControlMessages, IntPtr, IntPtr) Places (posts) a message in the message queue associated with the thread that created the specified edit-control (typically a TextBox) and returns without waiting for the thread to process the message.
PostMessage(SafeHandle, ListBoxMessages, IntPtr, IntPtr) Places (posts) a message in the message queue associated with the thread that created the specified ListBox control and returns without waiting for the thread to process the message.
PostMessage(SafeHandle, ListViewMessages, IntPtr, IntPtr) Places (posts) a message in the message queue associated with the thread that created the specified ListView control and returns without waiting for the thread to process the message.
PostMessage(SafeHandle, ProgressBarMessages, IntPtr, IntPtr) Places (posts) a message in the message queue associated with the thread that created the specified ProgressBar control and returns without waiting for the thread to process the message.
PostMessage(SafeHandle, ToolbarMessages, IntPtr, IntPtr) Places (posts) a message in the message queue associated with the thread that created the specified ToolBar control and returns without waiting for the thread to process the message.
PostMessage(SafeHandle, WindowMessages, IntPtr, IntPtr) Places (posts) a message in the message queue associated with the thread that created the specified window and returns without waiting for the thread to process the message.
PostMessage(SafeHandle, WindowMessages, IntPtr, String) Places (posts) a message in the message queue associated with the thread that created the specified window and returns without waiting for the thread to process the message.
PostMessage(SafeHandle, WindowMessages, IntPtr, StringBuilder) Places (posts) a message in the message queue associated with the thread that created the specified window and returns without waiting for the thread to process the message.
PostMessage(SafeHandle, Int32, IntPtr, IntPtr) Places (posts) a message in the message queue associated with the thread that created the specified window and returns without waiting for the thread to process the message.
PostMessage(SafeHandle, Int32, IntPtr, String) Places (posts) a message in the message queue associated with the thread that created the specified window and returns without waiting for the thread to process the message.
PostMessage(SafeHandle, Int32, IntPtr, StringBuilder) Places (posts) a message in the message queue associated with the thread that created the specified window and returns without waiting for the thread to process the message.

See Also