Hi everyone
I have a button which selects a particular tab and tab page on a form. This tab page has an embedded tab control with several more pages.
When I click on this button, the desired tab page is selected, but the NumericUpDown value (which is on the tab page) is not visible. The value is the current year.
Any idea what could possibly be the issue? I would post code but its a hell of a lot to post.
Could it be that somehow, the click event for the button is hiding the value?
All idea's and suggestions are welcome because Im baffled.
I have a button which selects a particular tab and tab page on a form. This tab page has an embedded tab control with several more pages.
When I click on this button, the desired tab page is selected, but the NumericUpDown value (which is on the tab page) is not visible. The value is the current year.
Any idea what could possibly be the issue? I would post code but its a hell of a lot to post.
Could it be that somehow, the click event for the button is hiding the value?
All idea's and suggestions are welcome because Im baffled.
Comment