Change Componentes / Update

Add-in Express™ Support Service
That's what is more important than anything else

Change Componentes / Update
 
Harald Holzmann




Posts: 39
Joined: 2017-08-08
Hello,

I have created a IE Toolbar and added some Win Forms onto it. The Problem is, that i cannot update them. For example if i try to change the Text of a Label:


            this.toolStripLabel1.Text = "Change";
            this.Update();
            this.Refresh();
            this.Invalidate();


nothing changes. What is the correct way to update the UI on runtime (not initialization)?

Thanks and kind regards,
Harald
Posted 08 Aug, 2017 02:32:07 Top
Sergey Grischenko


Add-in Express team


Posts: 7233
Joined: 2004-07-05
Hi Harald,

Can you please show the complete code or just send your project to the support e-mail?
Posted 08 Aug, 2017 08:42:03 Top
Harald Holzmann




Posts: 39
Joined: 2017-08-08
Hi Sergey,

thanks for your answer. I already sent the project to the support mail.

Kind regards,
Harald
Posted 08 Aug, 2017 08:58:38 Top
Sergey Grischenko


Add-in Express team


Posts: 7233
Joined: 2004-07-05
Hi Harald,

Thank you. I answered you via e-mail. Please check your inbox.
Posted 09 Aug, 2017 10:13:42 Top