In my project developed using VB.NET 2005 there is a tab control with 4 tab pages. I need to call a method which will enable/disable those tab pages according the some boolean values referring to each tab page. For example if boolean value 1 is true the tab page 1 is enabled and users can operate it.
I tried this on code but there's no Enabled property for tab pages. So is it possible in an alternative way? If it's possible how?
Software/Hardware used:
VB.NET 2005
ASKED:
August 19, 2009 6:06 AM
UPDATED:
November 7, 2009 11:45 AM
we have 4 tabpages in our mdi child form1. we want to click on main form btton then the control transfer to the tab page2 on child form.how we do that ?