Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "HWND_MESSAGE" in [All]

gdi32

.

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

user32

.

/// <para>Windows 2000/XP: To create a message-only window, supply HWND_MESSAGE or a handle to an existing message-only window.</para></param>

.

''' <para>Windows 2000/XP: To create a message-only window, supply HWND_MESSAGE or a handle to an existing message-only window.</para></param>

Constants

3: HWND
.

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

.

Public Const HWND_MESSAGE As Int32   = -&H3

.
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.
.

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


 
Access PInvoke.net directly from VS: