Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
FindWindow Problem
Message
 
To
10/12/1997 17:01:07
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00065137
Message ID:
00065140
Views:
45
>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
George

Ubi caritas et amor, deus ibi est
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform