public static IntPtr HWND_MESSAGE = new IntPtr(-3);
VB Constants:
TODO
Notes:
None.
The SetParent function changes the parent window of the specified child window.
10/4/2014 6:00:38 PM - -158.255.168.220
The CreateWindowStation API
3/16/2007 8:23:15 AM - Expression2-1.64.38.215
Creates a window with an extended window style.
1/14/2017 5:31:40 PM - -193.190.253.150
An IntPtr is a pointer to a memory location (unmanaged) that adapts to the platform it is running on (64-bit, etc.) UNLIKE a standard int/Integer. You should always use this type for unmanaged calls that require it, even though an int will appear to work on your development machine.