<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > UI (User Interface) > DIALOGS > MDI Dialogs > MDI_Activate |
Description
Instruct the MDI client window to activate a different MDI child window.
Syntax
MDI_Activate(hMDIClient, hChildWindow)
Returns
Number
Parameters
Name |
Type |
Optional |
Meaning |
hMDIClient |
Number |
No |
Handle of the MDI Client window. Usually this handle is the return value of MDI_CreateClient function |
hChildWindow |
Number |
No |
Handle of the MDI child window |
Remarks
Restrictions
See also
Examples