View Single Post
Old Dec 9th, 2005, 2:38 PM   #10
Rory
Expert Programmer
 
Rory's Avatar
 
Join Date: Jan 2005
Location: London
Posts: 542
Rep Power: 4 Rory is on a distinguished road
Send a message via MSN to Rory
Quote:
Originally Posted by Kilo
can someone show me how to do this with C# && C++ ??? I tried doing it this way and my application will not run, stating that the application configuration is incorrect.
Exactly the same, you add a manifest either as a separate file or an RC resource. You then need to call the InitCommonControls function in comdlg32.dll before you create any windows, and then they will all be fully "themed".
Rory is offline   Reply With Quote