Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
EXE forced in front of other EXE at runtime
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
EXE forced in front of other EXE at runtime
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows 7
Network:
Windows 2003 Server
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01618033
Message ID:
01618033
Views:
68
Hi Gang!

Questioin.....

Given 2 VFP programs running as EXE's on a given PC.

The 1st program, POS.exe is running in it's own window.

The 2nd program, called EZSign.exe runs minimized to the taskbar, but pops up to the forefront when needed by calling the WindowState property when needed.

Thisform.WindowState = 0 && Normal
_Screen.WindowState = 0 && Normal


Thisform.WindowState = 1 && Minimized
_Screen.WindowState = 1 && Minimized


But this does not always get the EZSign program to display in FRONT of the POS program ( by design, we wanted the EZSign to popup up IN FRONT of the POS program, then disappear back to the taskbar when needed.

How would YOU go about making the EZSign program pop up in front of the POS program when needed, then disappear back to the taskbar when not wanted to be visible or in front of the POS program??

Thanks!
Tommy Tillman A+ NetWork+ MCP
Next
Reply
Map
View

Click here to load this message in the networking platform