Tab Control..
Hi,
I've used tab control in my VB.NET Windows (VS2003) project.
My apps has two tabs named "Sub1" & "sub2"
1) I wish to fire a clicking event of button when i click "sub1" tab. Need to have event handlers?
2)"Sub2" tab page has many labels and buttons. I wish to display only few of them when "sub2" tab is clicked.
To do this ,Which event i need to use?
I've seen click event for tab pages. but it fires only when the page is clicked. I want to do the above when the tabs get clicked.
Kindly guide me .
Thank You.

