Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Pop-up a message in front of active applications
Message
From
01/11/2001 15:38:17
 
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00576366
Message ID:
00576393
Views:
19
Joe,

I'm not sure you're going to need help from the API wizards for this request.

I think(?) the solution is as simple as setting the following form properties:

AlwaysOnTop = .T. (keeps your applications on top of other applications)
ShowWindow = 2 (shows form on Windows desktop)
Visible = .F. (change to .T. when you want your form to appear)

You will probably want to set _Screen.Visible = .F. so that the only thing your users see is your primary form.

I hope this gets you started!

Good luck,
Malcolm


>I have an application that at times runs a timer. Usually this application runs in the background. At times, the timer will detect something and I want to send a message to the user in front of any other applications that might be running. Can one of you API wizards help me out here (please)?
>
>Thanks,
>Joe
Malcolm Greene
Brooks-Durham
mgreene@bdurham.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform