Hello, I am new member there, I am using Visual Basic.net 2003 version and I am facing a problem.
Well I have a tab control on a form with two tabs.
I have a button in each tab and I want when the user clicks on it to be unable to select the other tab in the form, not the current tab.
I was trying something like that with no effect of course.
x = LoginTabCntrl.TabIndex + 1
LoginTabCntrl.TabPages.Item(x).Hide()
So, can anyone help me??? I hope to find a way to do that.
Any help will be much appreciated.
Thank you so much
in advanced.
Well I have a tab control on a form with two tabs.
I have a button in each tab and I want when the user clicks on it to be unable to select the other tab in the form, not the current tab.
I was trying something like that with no effect of course.
x = LoginTabCntrl.TabIndex + 1
LoginTabCntrl.TabPages.Item(x).Hide()
So, can anyone help me??? I hope to find a way to do that.
Any help will be much appreciated.
Thank you so much
in advanced.