Addon event capture?

G

Gary Shell

I am using the CrossFunctional Flowchart template, instantiating it by
setting the SRC property. This works great except for one small detail.
The template has some code that pops up a dialog box. I'd like my VB.Net
app to know when that occurs so I can send a message to the dialog box
window to automate the settings. Trouble is I have to do a
Application.Doevents for the template to actually load and then my app does
not get control back until the users clicks ok in the dialogbox.

My question is this, is there an event that my application can subscribe to
that might allow me to regain control immediately after the add-on displays
this dialog box?

Thanks,
Gary
 

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