P
PeteCresswell
Got a tab control with five tabs on it.
Also have a TreeView.
As the user walks the TreeView, different tabs get made visible/
invisible/selected depending on the type of node selected.
What I want to do is keep track of the fact that the user has
explicitly chosen to see a certain page - let's call it "Allocations".
Change() doesn't work bc it fires on it's own when the VBA code sets a
value.
Click() doesn't seem to fire at all when the user clicks the tab.
MouseOver() works - but not reliably. For one tab, it's pretty much
100%, but for another it's 30% at most.
Are there any hidden events for a TabControl that I might use?
Some other approach?
Also have a TreeView.
As the user walks the TreeView, different tabs get made visible/
invisible/selected depending on the type of node selected.
What I want to do is keep track of the fact that the user has
explicitly chosen to see a certain page - let's call it "Allocations".
Change() doesn't work bc it fires on it's own when the VBA code sets a
value.
Click() doesn't seem to fire at all when the user clicks the tab.
MouseOver() works - but not reliably. For one tab, it's pretty much
100%, but for another it's 30% at most.
Are there any hidden events for a TabControl that I might use?
Some other approach?