I am trying to set a condition that would change the writing inside the title bar...
But how do I change the title bar text?
For changing the Title of a form at runtime we can code as below
public partial class FormMain : Form { public FormMain() { InitializeComponent(); this.Text = "This Is My Title"; } }
1.4m articles
1.4m replys
5 comments
57.0k users