On a form, I had about 10 inerited text boxes (MyTextBox) named "txtReject0" - "txtReject9". I run my project and I am getting errors, so I go back to the form designer and notice that all the text boxes are missing! I have no idea what I did. I know I didn't delete them, so I try to make new ones, but I can't name them txtReject0, etc because it says those components already exist and must have a unique name.
I check the "Windows Form Designer generated code" and I see that they still exist as:
But they aren't initialized nor do they have any settings set.
Anyone know what happened? Thanks!
I check the "Windows Form Designer generated code" and I see that they still exist as:
Code:
Friend WithEvents txtReject0 As MyControls.MyTextBox
Anyone know what happened? Thanks!