cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Sam_Hosig
Level 2

AskYesNo box always shows up behind main installer

So I have the following code and anytime it is called it appears behind everything else. Does anybody have any idea of how I can make sure this prompt shows up at the front every time?

sPromptA = "Question that is asked to user";

MODE = NORMALMODE;

if (NO = AskYesNo(sPromptA, NO)) then
MODE = SILENTMODE;
Labels (1)
0 Kudos
(1) Reply
Alibaba
Level 6

I have the same problem. What can I do to bring this dialog to the front.
0 Kudos