Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

How to make a LaunchAppAndWait application always on top?


2 replies to this topic

isgeek

isgeek
  • Members
  • 9 posts

Posted 26 June 2001 - 19:14

I have a function which launches an application using LaunchAppAndWait.  The app gets hidden in the background when I click on the setup screen.  How can I make the app always on top?  Thanks.

Franky

Franky
  • Members
  • 18 posts

Posted 12 July 2001 - 13:35

if you disable your background, your child will be on top:

Enable (DEFWINDOWMODE);
Disable (BACKGROUND);

Launch...

Enable (FULLWINDOWMODE);
Enable (BACKGROUND);