In my console app, when I call a SaveFileDialog, it appears underneath the console window. Sometimes completely obscuring the dialog, and so it seems like the app has hung when really, the focus is ona hidden window.
How can I make sure the dialog comes to the top of the Z-Order?




Reply With Quote