it appears the tab control doesn't have a click event so how can i make one ?
C#
2
Posts
2
Posters
0
Views
1
Watching
-
i googled for this and came up with only visual basic code not c# I'm sure that i had to somehow make an event handler for this but unfortunately for me i'm too new to understand how to do this :(
-
i googled for this and came up with only visual basic code not c# I'm sure that i had to somehow make an event handler for this but unfortunately for me i'm too new to understand how to do this :(
By click you mean when a tab is selected? Use the SelectedIndexChanged[^] event
I know the language. I've read a book. - _Madmatt