public const IntPtr HWND_BROADCAST = new IntPtr(0xffff);
public const IntPtr HWND_TOP = new IntPtr(0);
public const IntPtr HWND_BOTTOM = new IntPtr(1);
public const IntPtr HWND_TOPMOST = new IntPtr(-1);
public const IntPtr HWND_NOTOPMOST = new IntPtr(-2);
public const IntPtr HWND_MESSAGE = new IntPtr(-3);
Public Const HWND_BROADCAST As IntPtr = new IntPtr(&HFFFF);
Public Const HWND_TOP As IntPtr = new IntPtr(0);
Public Const HWND_BOTTOM As IntPtr = new IntPtr(1);
Public Const HWND_TOPMOST As IntPtr = new IntPtr(-1);
Public Const HWND_NOTOPMOST As IntPtr = new IntPtr(-2);
Public Const HWND_MESSAGE As IntPtr = new IntPtr(-3);
Used in SendMessage API