How could I change:
to
Compiler does not like it...
The following compiles, but I don't get anything drawn:
This is the OpenThemeData definition:
hTheme = OpenThemeData(hWnd, L"COMBOBOX");to
hTheme = OpenThemeData(hWnd, L_parc(3);Compiler does not like it...
The following compiles, but I don't get anything drawn:
char *cStyle = ( ISCHAR(4) ? _parc( 4 ) : "COMBOBOX" );
hTheme = OpenThemeData(hWnd, (unsigned short * ) cStyle);This is the OpenThemeData definition:
THEMEAPI_(HTHEME) OpenThemeData(HWND,LPCWSTR);