This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Re: Dialogs called from custom action go in background
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Mar 18, 2013
06:48 AM
Dialogs called from custom action go in background
Hi All,
in my installation program I use an installscript custom action.
When this code is running, it displays some dialog boxes (for example I use SdShowMsg function). My problem is that, if I have other window open, these dialogs go in background. There is a way to force in the active window with the dialog called in installscript?
Thank you in advance
in my installation program I use an installscript custom action.
When this code is running, it displays some dialog boxes (for example I use SdShowMsg function). My problem is that, if I have other window open, these dialogs go in background. There is a way to force in the active window with the dialog called in installscript?
Thank you in advance
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Mar 19, 2013
04:12 AM
I solved using SetWindowPos and SetForegroundWindow function.
Bye
Bye