CommandBarPopup: sinking events

O

Oisín

I'm writing an COM addin for word2000 (using Delphi) and I'd like to sink
events for a CommandBarPopup.
I'm having no problems doing it for Buttons and ComboBoxes but I don't
know which GUID I have to pass to the InterfaceConnect procedure to make
it work.
Is there maybe any other way to know, when a CommandBarPopup has been
klicked?

Any help (also non-Delphi) appreciated.

Oisín
 
E

Eugene E. Starostin

Hi Oisín,

I think there is no way to handle its event.
Why are you doing this? It seems to me that it is quite enough here to
handle
the control contained in the pop-up.

Best regards,
Eugene E. Starostin
 
O

Oisín

Hi Oisín,

I think there is no way to handle its event.
Why are you doing this? It seems to me that it is quite enough here to
handle
the control contained in the pop-up.

Best regards,
Eugene E. Starostin

I feared that this is not possible. My plan is to change the content of
the menu when it is clicked depending on the current cursor position in
the document. If there is any other solution I'd like to know.

Oisín
 

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