Re: [PATCH] comdlg32: Remove system menu from Find and Replace dialogs

2011-12-12 Thread Alex Henrie
I took a closer look at Windows Notepad and discovered that while the Find and Replace dialogs do not have system menu icons, they do have system menus accessible by Alt+Space. So these two patches aren't the solution after all. I came up with a new patch that seems to fix the problem properly and

Re: [PATCH] comdlg32: Remove system menu from Find and Replace dialogs

2011-12-12 Thread Dmitry Timoshkov
Alex Henrie wrote: > FINDDLGORD DIALOG 36, 24, 276, 62 > -STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU > +STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION What version of PSDK does it match? It doesn't match mine. -- Dmitry.