Visual Styles for my Windows GUI
Posted
by someguy
on Stack Overflow
See other posts from Stack Overflow
or by someguy
Published on 2010-05-20T17:27:06Z
Indexed on
2010/05/20
17:30 UTC
Read the original article
Hit count: 325
win32
|visual-styles
How do I implement "visual styles" into my GUI application?
Following the guide by msdn, I've written a manifest file, but how do I embed that into my program? My program is just pure C code (no resource files). Would I need to edit my app to use a resource file?
© Stack Overflow or respective owner