command button firing more than once

R

rauschy33

Hello all,

I have a weird problem occuring in my VB6 addin that I have not seen before
nor know where to look to solve the problem. I have a toolbar button that
its' onClick routine is firing more than once when click only once. Can
anyone help point out what I may be doing wrong or where I should look to
resolve this behavior.

Thank you.
 
D

Dmitry Streblechenko

Did you set CommandBarButton.Tag property to a unique string for each of the
buttons you create?

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
 
R

rauschy33

Thank you, you suggestion caused me to look at one of my sub routines, and I
found the culprit. Thank you again
 

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

Top