Windows 7 Styles
-
Hallo,
Wenn ich in Visual C++ 2008 EE ein Win32 Projekt anlege und ein Button erstelle dann sieht der aus wie bei Windows 98. Wie kann ich den Style auf Windows 7 ändern?
Ich finde hier im Forum nur Anleitungen für Win XP. Die hab ich schon ausprobiert, funktionieren aber nicht.Den Button erstelle ich mit
CreateWindow("BUTTON", "Ok", WS_TABSTOP | WS_VISIBLE | WS_CHILD | BS_DEFPUSHBUTTON, 50, 50, 100, 25, hWnd, (HMENU)IDM_BUTTON, GetModuleHandle(NULL), NULL)
Gruß Jan
-
hat sich erledigt, hab doch noch was gefunden siehe hier: http://www.c-plusplus.net/forum/268017