C
Carl Mudryk
Hi All,
Does anybody know if there are known issues using the InvisibleApp object
with Visio 2007? Specifically, after I start Visio with the InvisibleApp
from an external VB6 app, do my customization and then make it visible, the
menus and toolbars stop responding to mouseclicks after one click. I'm using
the UIObject to customize the menus and toolbars.
If I replace "CreateObject("Visio.InvisibleApp")" with
"CreateObject("Visio.Application")" everything works. And Visio 2003 works
just fine.
The design of our program makes it desirable to use both the InvisibleApp
object and the UIObject and I was just wondering if anyone else hit this
issue.
Thanks, Carl
Does anybody know if there are known issues using the InvisibleApp object
with Visio 2007? Specifically, after I start Visio with the InvisibleApp
from an external VB6 app, do my customization and then make it visible, the
menus and toolbars stop responding to mouseclicks after one click. I'm using
the UIObject to customize the menus and toolbars.
If I replace "CreateObject("Visio.InvisibleApp")" with
"CreateObject("Visio.Application")" everything works. And Visio 2003 works
just fine.
The design of our program makes it desirable to use both the InvisibleApp
object and the UIObject and I was just wondering if anyone else hit this
issue.
Thanks, Carl