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

When I uninstall, my MessageBox bomb box is hidden in the back of the other bomb box

My Project is basic msi

I am sorry for my poor Engilsh,I was eager for your help

I don't know how to send the picture
Labels (1)
0 Kudos
(2) Replies
snail8
Level 2








The above is a graph

please help me solve the problem, thank you,And,Merry Christmas
0 Kudos
Yatendra
Level 2

You can use Handle to the window like this:

hWindow = GetWindowHandle(HWND_INSTALL) and pass this handle to your Message box, it will solve the problem.
0 Kudos