I usualy use either SetWindowPos or MoveWindow to center a common dialog from a dialog hook procedure (during the %WM_NOTIFY message), and everything works fine except when trying to center on the second monitor in dual display mode.
Do you have any suggestion that will work to center a common dialog on the second display?
...
Do you have any suggestion that will work to center a common dialog on the second display?
...
Comment