@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm Summary: The ChildWindowFromPointEx API !!!!C# Signature: [DllImport("user32.dll")] static extern IntPtr ChildWindowFromPointEx(IntPtr hWndParent, Point pt, uint uFlags); !!!!VB Signature: <DllImport("user32", CharSet:=CharSet.Ansi, SetLastError:=True, ExactSpelling:=True)> _ Public Function ChildWindowFromPointEx(ByVal hWndParent As IntPtr, ByVal P As POINTAPI, ByVal uFlags As CWPFlags) As IntPtr End Function !!!!User-Defined Types: public enum ChildWindowFromPointFlags : uint { CWP_ALL = 0x0000, CWP_SKIPINVISIBLE = 0x0001, CWP_SKIPDISABLED = 0x0002, CWP_SKIPTRANSPARENT = 0x0004 } !!!!Notes: None. !!!!Tips & Tricks: Please add some! !!!!Sample Code: Please add some! !!!!Alternative Managed API: Do you know one? Please contribute it! Documentation: ChildWindowFromPointEx@msdn on MSDN
Edit user32.ChildWindo...
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.