By default, Windows opens the dialogs at the top left corner of "something".
In my case, I have 3 4K monitors:
[1] [2 - Main] [3]
No matter where the app main window is, the dialogs appears on the top left of monitor [3].
I know Win32 doesn't have any kind of support to specify where the dialog will be open, but I'm pretty sure there is some hook or even a hwnd that we can use after opening the dialog to move it.
Ideally, it should be moved to the center of app's window.
By default, Windows opens the dialogs at the top left corner of "something".
In my case, I have 3 4K monitors:
No matter where the app main window is, the dialogs appears on the top left of monitor
[3]
.I know Win32 doesn't have any kind of support to specify where the dialog will be open, but I'm pretty sure there is some hook or even a hwnd that we can use after opening the dialog to move it.
Ideally, it should be moved to the center of app's window.