vb.net - VB - Change application text with button -


i want button1 change text of form1 "my application name" "my application name2" click of button.

what i've tried:

form1.text = (textbox1.text) 

but no luck.

any help?

you cannot can change form name @ run time. name of form can want, must stay same throughout. can't imagine why ever want change name in runtime not visible users. form's caption on other hand completly different thing, adressed in @matzone's answer.


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Socket.connect doesn't throw exception in Android -

iphone - How do I keep MDScrollView from truncating my row headers and making my cells look bad? -