Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Force a vfp session to foreground
Message
From
05/07/2002 06:20:55
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
05/07/2002 05:19:52
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00675535
Message ID:
00675548
Views:
24
>How can I force a VFP session that doesn't have the focus in windows, to foreground ?

Pascal,
AFAIK you can't. You can however try to bring to foreground. Rather than directly coming to foreground title in taskbar flashes to draw attention.

set library to home()+'foxtools.fll'
declare short SetForegroundWindow in Win32API integer HWND
SetForegroundWindow(MainHwnd())

Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Reply
Map
View

Click here to load this message in the networking platform