MDI

From Team Developer SqlWindows Wiki
Revision as of 00:24, 19 October 2013 by DaveRabelink (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

MDI


Contents


Pointer2.png How to get the toolbar window handle Pointer.png

To get the window handle of the toolbar of top level windows (form, dialog, MDI) use this

   hWndToolbar = SalGetFirstChild( hWnd, TYPE_FormToolBar )