Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
FindWindow Problem
Message
From
10/12/1997 17:59:41
 
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00065137
Message ID:
00065147
Views:
37
>>When i call FindWindow api with _Screen.ActiveForm.Caption as second parameter and 0 as first parameter the function returns 0, this is not found. Any ideas??.
>>
>>if i can do this, i will make a function that prints any object in the screen, including entire forms. Only with API programming.
>>
>>Thanks
>>
>>Mauricio Atanache G.
>
>FindWindow doesn't work with child windows. That's why you get that result. If you're using VFP 5.0, do a:
>
>SET LIBRARY TO FOXTOOLS
>
>then:
>
>lnwhandle = _WFindTitl(_SCREEN.ActiveForm.Caption)
>lnHWnd = _WhToHWnd(lnwhandle)
>
>to get the window handle.
>
>hth,
>
>George

Thank you George, i hope i can send you my little routine soon for your concept.
Previous
Reply
Map
View

Click here to load this message in the networking platform