<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > UI (User Interface) > Windows API > Win_FindByClass |
Description
Retrieves a handle to the top-level window whose class name matches the specified string.
Syntax
hWnd = Win_FindByClass(ClassName)
Returns
Number: handle to the window if found
Parameters
Name |
Type |
Optional |
Meaning |
ClassName |
String |
No |
Class name |
Remarks
Restrictions
See also
Examples