I've created a modal dialog box, like this
IDD_FORMVIEW DIALOGEX 500, 200, 257, 98
STYLE DS_ABSALIGN | DS_SETFONT | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
FONT 8, "MS Shell Dlg", 400, 0, 0x0
BEGIN
LTEXT "xxx",IDC_STATIC,31,32,194,16
PUSHBUTTON "OK",IDOK,92,65,76,26
END
Is there any way to make the button Windows 7 themed? Meaning with the mouseover highlight and not as dull as it is now, cause it's by default on .NET applications but I can't get it like that here.