Hello,
When I add a ribbon to a form the form automatically gets the nice Office 2007 formatting for borders, etc. If I open a dialog form without a ribbon it doesn't get that same styling though. How can I force the forms to all look alike without adding a ribbon where it isn't needed?
Ok, I added an UltraToolbarsManager and set the FormDisplayStyle. When opening a dialog form there is a noticeable "blink" where the original Windows form (XP Blue title bar) style shows before it is replaced by the AppStylist style. Is there a way to get rid of that?
You don't have to show the ribbon on the other Forms, but if you want the Office 2007 look on the other Forms, you will need to add an UltraToolbarsManager. You can set its FormDisplayStyle to RoundedFixed or RoundedSizable.