Other sources with C#
-
Close this window (if you close the mother form, it close all the forms child) this.Dispose(); _________________ Dispose the cursor this.Cursor.Dispose(); _________________ Hide this form this.Hide(); _________________ If title (text) is X: Do X think if (this.Text == " YOUR TEXT ") { THE ACTION THAT YOU WANT THAT THE APPLICATION DOES IF THIS CONDITION IS TRUE } else THE ACTION THAT YOU WANT THAT THE APPLICATION DOES, IF THE CONDITION IS FALSE _________________ Reset a form NAME.Text = ""; _________________ Thank you
-
Close this window (if you close the mother form, it close all the forms child) this.Dispose(); _________________ Dispose the cursor this.Cursor.Dispose(); _________________ Hide this form this.Hide(); _________________ If title (text) is X: Do X think if (this.Text == " YOUR TEXT ") { THE ACTION THAT YOU WANT THAT THE APPLICATION DOES IF THIS CONDITION IS TRUE } else THE ACTION THAT YOU WANT THAT THE APPLICATION DOES, IF THE CONDITION IS FALSE _________________ Reset a form NAME.Text = ""; _________________ Thank you
What's your question ? Christian Graus - Microsoft MVP - C++