Changing tab focus before event fired
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
In visual basic, is there a way to change the tab that is selected before the event for pressing a mouse button is fired? Right now, I want the user to be able to right click on the tab and bring up a context menu for the tab that they click on, but the context menu event fires first, so it is the context menu when the old tab is selected. Anyone know how to change focus first? thanks s