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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top