XP style
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
arshadkc wrote:
How to get XP style window ( GUI ) using MFC????
Add this one line to your .rc file, open it in a text editor.
CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "YourApp.exe.manifest"
YourApp.exe.manifest
should be your application's manifest file.
Nibu thomas A Developer Code must be written to be read, not by the compiler, but by another human being. http:\\nibuthomas.wordpress.com