Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Pop-up a message in front of active applications
Message
De
01/11/2001 15:38:17
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Divers
Thread ID:
00576366
Message ID:
00576393
Vues:
20
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform