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".