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
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