I've read this and some other examples to create my custom style. The theme looks fine on the Window
( it shows the custom titlebar, background, etc ). But when I open SaveFileDialog
or any other dialogs, they load the default Windows theme, which make the program look weird ( different styles on different windows ugh... )
I tried implementing my own dialog, but the performance really sucked. I've seen DevExpress and Telerik using custom themes on these dialogs, so I think it's possible.
Is there a way to apply the same style to common dialogs as well?