git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40444
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// include <commctrl.h> "properly"
#include "wx/msw/wrapcctl.h"
// include <commctrl.h> "properly"
#include "wx/msw/wrapcctl.h"
-#include "wx/msw/wrapshl.h"
#if wxUSE_TOOLTIPS
#include "wx/tooltip.h"
#if wxUSE_TOOLTIPS
#include "wx/tooltip.h"
// edit control, we must subclass it as well
if ( !(style & wxCB_READONLY) )
{
// edit control, we must subclass it as well
if ( !(style & wxCB_READONLY) )
{
- const HWND hwndEdit = (HWND)GetEditHWND();
-
- gs_wndprocEdit = wxSetWindowProc(hwndEdit, wxComboEditWndProc);
-
- if ( style & wxCB_FILENAME )
- {
- wxEnableFileNameAutoComplete(hwndEdit);
- }
+ gs_wndprocEdit = wxSetWindowProc((HWND)GetEditHWND(), wxComboEditWndProc);
}
// and finally, show the control
}
// and finally, show the control
#include <windowsx.h>
#include "wx/msw/private.h"
#include <windowsx.h>
#include "wx/msw/private.h"
-#include "wx/msw/wrapshl.h"
+#include "wx/msw/winundef.h"
#include <string.h>
#include <stdlib.h>
#include <string.h>
#include <stdlib.h>
}
#endif // wxUSE_RICHEDIT
}
#endif // wxUSE_RICHEDIT
- if ( style & wxTE_FILENAME )
- wxEnableFileNameAutoComplete(GetHwnd());
-
gs_wndprocEdit = wxSetWindowProc((HWND)GetHwnd(),
wxTextCtrlWndProc);
gs_wndprocEdit = wxSetWindowProc((HWND)GetHwnd(),
wxTextCtrlWndProc);