jw970170
Programmer
- Aug 8, 2005
- 38
Hello,
I am trying to use a tabstrip control but I am having a problem with events.
I've added the tabstrip, and double clicking on it creates the subroutine
Private Sub TabStrip_SelectedIndexChange(ByVal sender As System.Object, ByVal e As System.EventArgs)
However, whenever I change the tab, this subroutine is not being called. What am I doing wrong?
I am trying to use a tabstrip control but I am having a problem with events.
I've added the tabstrip, and double clicking on it creates the subroutine
Private Sub TabStrip_SelectedIndexChange(ByVal sender As System.Object, ByVal e As System.EventArgs)
However, whenever I change the tab, this subroutine is not being called. What am I doing wrong?