Set the custom dialog box to the bottom of the Z-order.

This commit is contained in:
Gerard Patel 2001-04-13 22:23:05 +00:00 committed by Alexandre Julliard
parent 3d7cd87698
commit f6eded1124
1 changed files with 2 additions and 0 deletions

View File

@ -835,6 +835,8 @@ HRESULT WINAPI FileOpenDlgProc95(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lPa
SendCustomDlgNotificationMessage(hwnd,CDN_INITDONE);
FILEDLG95_FillControls(hwnd, wParam, lParam);
SendCustomDlgNotificationMessage(hwnd,CDN_SELCHANGE);
SetWindowPos(fodInfos->DlgInfos.hwndCustomDlg, HWND_BOTTOM,
0,0,0,0, SWP_NOMOVE|SWP_NOSIZE);
return 0;
}
case WM_COMMAND: