thielj / MetroFramework

Metro UI of Windows 8 for .NET Windows Forms applications
http://thielj.github.io/MetroFramework
Other
400 stars 225 forks source link

Unable to change Metro Form Text #104

Open IDBurner opened 6 years ago

IDBurner commented 6 years ago

I am unable to change the text on the Metro form.

Neither this.text or form1.ActiveForm.Text work

They will change the text is the taskbar, but not on the form itself. This is not a bug with C# I do not think this is properly linked

Changing it on form load works, but not on a button click. If I do a form.ActiveForm.Refresh(); then it will work. but I should not have to refresh the form to correct the title

daniel95hl commented 4 years ago

When i had that Problem i solved it changing again to Form: And change the text at the properties and then i change it again to MetroForm and it apeear that i want.