tab click event

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Tab events in office xp don't work, i try a on click procedure one one the
tabs and nothing happens.
 
i'm guessing you're wanting to run some code when the user moves from one
tab to another? if so, try using the tab control's Change event. the value
of the tab control is equal to the value of the currently selected tab's
PageIndex property.

hth
 
Maligs2001 said:
Tab events in office xp don't work, i try a on click procedure one one the
tabs and nothing happens.


The Click event is weird and I don't know what good it is,
maybe it's useful for a mouse move event??

You should be using the tab control's Change event.
 
Back
Top