Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
790
Form display style problem in Vista
posted

Hi,

 After switching to Vista I've noticed that all my forms that have the ToolbarManager, and where the FormDisplayStyle is set to RoundedSizable, are not working properly.

 All my forms have a ToolbarManager in order to get the the Office 2007 look, the UseOSThemes property is set to False, and the Form Border style is Sizable.

Still when I lauch the form, Vista somehow overrides the values and displays the original, fancy, Vista form borders.

If I set the ToolbarManager's property FormDisplayStyle to RoundedFixed, the form will then show properly when I run it (the Office 2007 style).

 Is there a way to fix this?
Thanks in advance

 

Parents
No Data
Reply
  • 37774
    Verified Answer
    posted

    There was actually a property added to the ToolbarManager called IsGlassSupported; I think it was added in the 7.3 release, so you could set this property to False to prevent glass from being drawn on the form.

    -Matt 

Children