MDI

From TeamDeveloperWiki

Jump to: navigation, search

This page covers MDI tips & tricks.

Contents


Image:Pointer.pngHow to get the toolbar window handle

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

   hWndToolbar = SalGetFirstChild( hWnd, TYPE_FormToolBar )
Personal tools