C#.NET - in Desktop Development
Tuesday, October 5, 2010
How to Programmatically Change the Caption of Windows Form using C#
If you would like to change the caption of the windows form during program running then write the following code.
this
.Text =
"newForm"
;
Here on the right side what you write will display on the Form Caption.
1 comment:
Eliaquín Encarnación
August 4, 2012 at 2:39 AM
Thank you. Very useful.
Reply
Delete
Replies
Reply
Add comment
Load more...
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Thank you. Very useful.
ReplyDelete