HWND_MESSAGE (Constants)
Last changed: -94.229.131.27

.
Summary
To create a message-only window, use the SetParent function to set the parent of a window to HWND_MESSAGE, or use HWND_MESSAGE as the parent in the CreateWindow or CreateWindowEx function.

C# Constants:

public static IntPtr HWND_MESSAGE = new IntPtr(-3);

VB Constants:

TODO

Notes:

None.