Tab control event
Visual Basic
3
Posts
3
Posters
0
Views
1
Watching
-
Hi All. I Create a window form in which it have 4 tab. Each time User click on a tab. I show some control in the form. Which event is raise when user change the tab. Thanks.
-
Hi All. I Create a window form in which it have 4 tab. Each time User click on a tab. I show some control in the form. Which event is raise when user change the tab. Thanks.
Maybe you look for the TabIndexChanged-Event ... ;)