it happens if I'm not looking after unistall and switch to other widows, final MessageBox saying that uninstall completed successfully is always thrown behind me active window
any solutions about it?
James
The unistall confiramtion message box
5 posts
thanks for your link. I have read it already. but the problem is when I open another windows during uninstallation. That means i put un-installer window behind my current active window. the final messagebox should pop up top of my current window, not just behind my current window.
You should try the available messagebox options MB_TOPMOST and MB_SETFOREGROUND, one of these should work.
thank you. resolved...