Navigation: thinBasic Modules > UI (User Interface) > Windows > 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
© 2004-2008 thinBasic. All rights reserved. | Version 1.7.0.0 | Web Site: http://www.thinbasic.com |