Archive: Force messagebox on top of all windows


Force messagebox on top of all windows
I am calling an installer from a VB6 script. The installer that I am calling uses a messagebox command.

This messagebox command pops up the messagebox, but for some reason it does not pop up on top of all other windows.

How can I force to be on top of all windows?


MB_TOPMOST

Stu


..and if everyone thinks like this and forces their window on top? You can call BringToFront before MessageBox, it should flash the taskbar if the installer is not the active window.