in my Custom Debug Engine I need to show a message box. I use the Win32 MessageBox function for that. Sometimes the message box is shown b-e-h-i-n-d the Visual Studio window,
so a user may not see it and think VS is stuck. How can I make sure the message box comes before the VS window?
Jan