Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Set Window To Foreground
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows 2000 Server
Miscellaneous
Thread ID:
01315394
Message ID:
01315397
Views:
56
>How can you bring a vfp form to the foreground programmatically? Any help is greatly appreciated. Thanks

Hi Steven,

Try:
declare integer SetForegroundWindow in win32api Integer

SetForegroundWindow(thisform.HWnd)
"The five senses obstruct or deform the apprehension of reality."
Jorge L. Borges?

"Premature optimization is the root of all evil in programming."
Donald Knuth, repeating C. A. R. Hoare

"To die for a religion is easier than to live it absolutely"
Jorge L. Borges
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform