I have created a new Visual Style which modifies the look of the PushButton and Checkbox. The problem I am facing is, these changes are not seen in the Application I am working on. However if I create a sample MFC application with Buttons and Checkboxes, it works fine.
Need help in resolving this issue. I have done the changes for PushButton and Checkbox in "Buttons, Boxes & Controls > PushButton/Checkbox". Do I need to do the changes at some other places too?
Thanks,
Rommel
I'm not sure exactly what you mean.
If you are building an app in Visual Studio you have to put in your own buttons and boxes in the app UI. Make them so that they look like the ones in your Visual Style. Or create code that makes your app GUI follow what is in whatever visual style is installed. It won't happen automatically. It is all in how you construct and code the app itself
Unless I'm missing the point