Hi
I had many textboxes, check box, combo box, radio button, well...many objects in a tab control (let's called it Tab1)
I had to move all them in a new tab control (called tab2)
Since I moved them, all the events that I have for all of them doesn't occured. For example, if I had code in my SmBuildingNetSensibleLoad_TextChanged event, even if I make the change in this textbox, it doesn't proceed the code that I have in it.
When I double click on the textbox, it brings me to SmBuildingNetSensibleLoad_TextChanged_1 (the "_1" is the difference)
Why it does this?! I don't want to reput my code for all these items in others events.
Do I have to reset something to make it works correctly?
Thanks in advance
I had many textboxes, check box, combo box, radio button, well...many objects in a tab control (let's called it Tab1)
I had to move all them in a new tab control (called tab2)
Since I moved them, all the events that I have for all of them doesn't occured. For example, if I had code in my SmBuildingNetSensibleLoad_TextChanged event, even if I make the change in this textbox, it doesn't proceed the code that I have in it.
When I double click on the textbox, it brings me to SmBuildingNetSensibleLoad_TextChanged_1 (the "_1" is the difference)
Why it does this?! I don't want to reput my code for all these items in others events.
Do I have to reset something to make it works correctly?
Thanks in advance