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...