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
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
Oh man I whish I had refreshed this topic before I sent the feature request :)
It worked, thanks! :)