M
Michael
I have followed this Microsoft article:
http://msdn2.microsoft.com/en-us/library/aa192480(office.11).aspx
(Integrating Menus and Toolbars in Visio 2003 Drawing Control Applications)
and everything seems to work fine. But it seems some of the VisUICmds
commands are not workin, or I am using them wrong.
For instance:
SendCommand(VisUICmds.visCmdFileSaveAs); (save drawing) Works
But:
SendCommand(VisUICmds.visCmdFileOpen); doesnt work, and
SendCommand(VisUICmds.visCmdCreateNewDrawing); (new drawing) doesnt seem to
work.
I also found some other that did and did not work. Could someone tell me if
im doing anything wrong, and why visCmdFileOpen and visCmdCreateNewDrawing
don't seem to work.
Thanks,
Michael
http://msdn2.microsoft.com/en-us/library/aa192480(office.11).aspx
(Integrating Menus and Toolbars in Visio 2003 Drawing Control Applications)
and everything seems to work fine. But it seems some of the VisUICmds
commands are not workin, or I am using them wrong.
For instance:
SendCommand(VisUICmds.visCmdFileSaveAs); (save drawing) Works
But:
SendCommand(VisUICmds.visCmdFileOpen); doesnt work, and
SendCommand(VisUICmds.visCmdCreateNewDrawing); (new drawing) doesnt seem to
work.
I also found some other that did and did not work. Could someone tell me if
im doing anything wrong, and why visCmdFileOpen and visCmdCreateNewDrawing
don't seem to work.
Thanks,
Michael