Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to get a Window Handle
Message
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00088982
Message ID:
00088994
Views:
25
If you don't want to use Foxtools, you can use the API function FindWindow.

declare integer FindWindow in win32api integer, string

liHandle = FindWindow(0,This.Parent.Caption)



>How do you get a window handle in VFP? I would love a command like wHandle('_screen.activeform') that returns a windows handle...
>
>Any ideas?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform