cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
COSMED
Level 4

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
Labels (1)
0 Kudos
(1) Reply
COSMED
Level 4

I solved using SetWindowPos and SetForegroundWindow function.

Bye
0 Kudos