windows 7 style for combobox on internet explorer toolbar, how?
问题 I'm developing an Internet Explorer toolbar and I want to place a combobox I create on my toolbar. HWND combobox1=CreateWindow(_T("COMBOBOX"), _T("combobox"), WS_BORDER | WS_VISIBLE | WS_CHILD | CBS_DROPDOWN, 10, 0, 200, 250, m_hWnd, (HMENU) NULL,NULL , NULL); And that works correctly, but the combobox is styled in the Windows Classic way, and I want to have it use the Windows Aero theme. I've tried this: #pragma comment(linker,"\"/manifestdependency:type='win32' name='Microsoft.Windows