Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do you get the controls handle?
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00782646
Message ID:
00782755
Views:
14
Another way for VFP version 3..6, this code has to be put in Activate event:
* user-defined property hWindow
IF ThisForm.hWindow = 0
    DECLARE INTEGER GetFocus in user32
    ThisForm.hWindow = GetFocus()
ENDIF
Previous
Reply
Map
View

Click here to load this message in the networking platform