Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
RedrawWindow Function
Message
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00444387
Message ID:
00444413
Views:
20
>>Holy cow! Thanks a lot Mike, I would have never figured that out! I really do appreciate it.
>
>George
>
>Just a note for any lurkers out there. Prior to VFP 7.0, you'll have to use AddProperty() to add the hWnd property and, of course, initialize it (probably with Foxtools).


Yes, I noticed that VFP 7 makes it a lot easier to get the hWnd. What I am doing (and I hope it is correct) is:

DECLARE INTEGER FindWindow IN Win32API STRING, STRING
DECLARE INTEGER SetForegroundWindow IN "User32.dll" INTEGER
hWnd = FindWindow(0,"Account Analysis Input")

where the "Account Analysis Input" is the caption of my form. This will work, correct? (VFP 6, SP4)
Everything we see or seems
Is but a dream within a dream
- Edgar Allen Poe
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform