G
Guest
I am now trying to host a WPF control into a MFC application and get the Aero
glass look on the WPF control. (Something like what Office2007 is doing to
its ribbon)
What should be the container of the WPF control so that I can get Aero Glass
look?
I tried with a System.Windows.Window, I got the Aero Glass look. But it
seems that a Window must be the root element and can not be hosted in the MFC
window.
I also tried to use a System.Windows.Control.UserControl, but I didn't
achieve Aero Glass look on it.
Did I miss out anything? Is it possible (and How) to achieve Aero Glass on
an UserControl? If not, What control?/window? should I use?
Thanks
glass look on the WPF control. (Something like what Office2007 is doing to
its ribbon)
What should be the container of the WPF control so that I can get Aero Glass
look?
I tried with a System.Windows.Window, I got the Aero Glass look. But it
seems that a Window must be the root element and can not be hosted in the MFC
window.
I also tried to use a System.Windows.Control.UserControl, but I didn't
achieve Aero Glass look on it.
Did I miss out anything? Is it possible (and How) to achieve Aero Glass on
an UserControl? If not, What control?/window? should I use?
Thanks