Declare Auto Function GetWindow Lib "user32.dll" ( _
ByVal hWnd As IntPtr, ByVal uCmd As UInt32) As IntPtr
Notes:
None
Tips & Tricks:
Please add some!
Sample Code:
// Get the handle to a dialog
IntPtr dlgHandle = GetWindow(myProcess.MainWindowHandle, GetWindow_Cmd.GW_ENABLEDPOPUP);
Alternative Managed API:
Do you know one? Please contribute it!
The GetWindow API
11/30/2009 4:56:39 PM - -72.37.171.52
Please edit this page!
Do you have...
helpful tips or sample code to share for using this API in managed code?
corrections to the existing content?
variations of the signature you want to share?
additional languages you want to include?
Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing supporting types needed for this API (structures, delegates, and more).