I've created an MFC html dialog based application the dialog inherits from CDHtmlDialog, all buttons on the html has classic style not the visual style, why is that?? how can i change this behaviour??? the visual style is enabled on other dialogs, In the same project when I displayed a normal dialog that inherits from CDialog it's button displayed visual style.
why is that??