Returns the handle of the MDICLIENT window of the MDI parent window.
h = Form.hMdiClientWnd
h:Handle
Only valid when the window is a MDI parent window.
ParentW 1
Dim hMdiClient As Handle
hMdiClient = Win_1.hMdiClientWnd
Debug.Show
Trace Hex(hMdiClient)
Do
Sleep
Until Me Is Nothing
Form, hWnd, MdiParent, MdiChild, ChildW, ParentW
{Created by Sjouke Hamstra; Last updated: 09/10/2014 by James Gaite}