I am using ultraToolbarsManager to change appearance of the form. On form_load I am changing the Text property of the form based on some criteria. The problem is that the user only sees the change when he/she maximizes the form, after that the correct caption persists. Any suggestions?
Thanks,Igor
Unfortuantly upgrading is not an option. But put the logic into InitializeComponent() method fixed the problem.