Results 1 issues of Benjamin James Drury

Both the file dialog and the message dialogs use `GetActiveWindow` to parent the dialogs to the calling window. However, according to https://learn.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-getactivewindow, this function only returns the active window for...