Hi,
I have the problem theming a RadTitleBar on a ShapedForm.
What I did:
0. created a new default WinForm-Project
1. added all the Telerik-dlls to the project and changed the Form to a ShapedForm
2. added a RadTitleBar
3. added the file RadTitleBarVista.xml from the Telerik VS2008 C# Examples project as a embedded resource.
4. added a RadThemeManager and added the xml-file to it (StorageType: Resource)
5. selected the now appearing Vista-theme to the RadTitleBar: the design view changed and the RadTitleBar has the Vista-Theme applied.
6. Compiled and started the application: The RadTitleBar now has the Office2007Blue or default-theme(???)
7. I also tried setting the ThemeName to "Vista" in the FormLoad-Method with no effect.
Fyi, I'm using VS 2008 on Vista (32 bit).
How can I get the Vista-Theme on the RadTitleBar? What am I doing wrong?
Thanks in advance!
I have the problem theming a RadTitleBar on a ShapedForm.
What I did:
0. created a new default WinForm-Project
1. added all the Telerik-dlls to the project and changed the Form to a ShapedForm
2. added a RadTitleBar
3. added the file RadTitleBarVista.xml from the Telerik VS2008 C# Examples project as a embedded resource.
4. added a RadThemeManager and added the xml-file to it (StorageType: Resource)
5. selected the now appearing Vista-theme to the RadTitleBar: the design view changed and the RadTitleBar has the Vista-Theme applied.
6. Compiled and started the application: The RadTitleBar now has the Office2007Blue or default-theme(???)
7. I also tried setting the ThemeName to "Vista" in the FormLoad-Method with no effect.
Fyi, I'm using VS 2008 on Vista (32 bit).
How can I get the Vista-Theme on the RadTitleBar? What am I doing wrong?
Thanks in advance!