Saturday, 20 October 2012

Changing Title Of The Form

This is your simple Form in C# 


If You Want its Title To Be Changed During Runtime u will do the following code in the constructor or on button click 
                                            this.Text = "bilal";
and after this u will get the following form

JAZAKALLAH FOR READING

No comments: