shdocvw: Add Resizer control to the iexplore window

André Hentschel nerv at dawncrow.de
Tue Dec 14 08:30:44 CST 2010


It looks good with the new fancy Icons and IE7 has it too
---
 dlls/shdocvw/iexplore.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/dlls/shdocvw/iexplore.c b/dlls/shdocvw/iexplore.c
index fb873f5..745cb17 100644
--- a/dlls/shdocvw/iexplore.c
+++ b/dlls/shdocvw/iexplore.c
@@ -488,7 +488,8 @@ static LRESULT iewnd_OnCreate(HWND hwnd, LPCREATESTRUCTW lpcs)
 
     This->menu = create_ie_menu();
 
-    This->status_hwnd = CreateStatusWindowW(CCS_NODIVIDER|WS_CHILD|WS_VISIBLE, NULL, hwnd, IDC_BROWSE_STATUSBAR);
+    This->status_hwnd = CreateStatusWindowW(WS_VISIBLE|WS_CHILD|SBT_NOBORDERS|CCS_NODIVIDER,
+                                            NULL, hwnd, IDC_BROWSE_STATUSBAR);
     SendMessageW(This->status_hwnd, SB_SIMPLE, TRUE, 0);
 
     create_rebar(hwnd);
-- 

Best Regards, André Hentschel



More information about the wine-patches mailing list