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
255
trying to change form's caption on form_load
posted

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

Parents
No Data
Reply
  • 255
    Verified Answer
    posted

    Unfortuantly upgrading is not an option. But put the logic into InitializeComponent() method fixed the problem.

    Thanks,
    Igor

Children
No Data