Answer» Sir thank you for, as a one computer beginner to ask a question here in C Sharp !!
I WANT to asked a question in C Sharp.Net, because I have a minor program that I get in to study for my profession.And I studied in ebook in C Sharp and I do the exercises there and doing also a program and I got a problem from there in my form. It`s because I click already the label control from toolbox.And I double clicked it and to do some CODES for it.And I didn`t mean it that I had a wrong control that I clicked.It is the textbox that I mean to click but I mistaken to look it correctly and I done the wrong control label.
And now I got some difficulties to CHANGE it into textbox.Because I done also the the coding there in it. Sir did you get what I mean?? HELLO Dave,
I'm trying to understand what you mean. Do you mean that you accidentally created an Event Handler for a label control and now when you do something in the text box, nothing happens? If that's the case, in Design View, click on the control on your form (the label), look at your Solution Explorer on the right, then look at the properties window. There should be a lightning sign. Click on the lightning sign and look in that list for something like Label1_Click. If it's there, you may remove it.
It's just a guess of your problem. Can you please explain your problem in other words?
Quote from: dave_trodeau2000 on September 24, 2010, 03:28:12 AM Sir thank you for, as a one computer beginner to ask a question here in C Sharp !!
I want to asked a question in C Sharp.Net, because I have a minor program that I get in to study for my profession.And I studied in ebook in C Sharp and I do the exercises there and doing also a program and I got a problem from there in my form. It`s because I click already the label control from toolbox.And I double clicked it and to do some codes for it.And I didn`t mean it that I had a wrong control that I clicked.It is the textbox that I mean to click but I mistaken to look it correctly and I done the wrong control label.
And now I got some difficulties to change it into textbox.Because I done also the the coding there in it. Sir did you get what I mean??
Copy the code you mistakenly placed in the Label's event, and place it in the textbox event.
|