I just built my app for the first time on Win 7 and it's very flat-looking, just simple outlines around buttons, with no raised look or drop shadows. Did I forget to do something to theme the controls?
--
Please read http://www.wxwidgets.org/support/mlhowto.htm before posting.
To unsubscribe, send email to wx-users+unsubscribe@googlegroups.com
or visit http://groups.google.com/group/wx-users
> This is usually happens when you don't add .rc file to your application
> (Windows resource file)
> I usually add a single .rc file with this content:
>
>
>
># include "wx/msw/wx.rc"
> 1 24 "wx/msw/wx.manifest"
>
>
> which does the trick for me
It looks like I'm not getting the manifest file included, because I'm not
explicitly doing so, and wx.rc only does it for Visual Studio older than
2005. I'll try forcing that.