R
Ryo_Ohki2
I get this error when I use the DoCmd and press cancel..
ie:
{VisioDrawingCtrl}.Window.Application.DoCmd(Microsoft.Office.Interop.Visio.VisUICmds.visCmdLayerSetupDlg)
When I click OK (without modifying anything) or click Cancel, I ge
this error.
--------
An unhandled exception of typ
'System.Runtime.InteropServices.COMException' occurred in MainGUI.exe
Additional information: Cancel.
--------
I did try using the following, but then my cursor would be stuck o
hourglass when over the drawing.
Try
{VisioDrawingCtrl}.Window.Application.DoCmd(Microsoft.Office.Interop.Visio.VisUICmds.visCmdLayerSetupDlg)
Catch ex As Exception
End Try
Any one have any ideas how to stop it from happening
ie:
{VisioDrawingCtrl}.Window.Application.DoCmd(Microsoft.Office.Interop.Visio.VisUICmds.visCmdLayerSetupDlg)
When I click OK (without modifying anything) or click Cancel, I ge
this error.
--------
An unhandled exception of typ
'System.Runtime.InteropServices.COMException' occurred in MainGUI.exe
Additional information: Cancel.
--------
I did try using the following, but then my cursor would be stuck o
hourglass when over the drawing.
Try
{VisioDrawingCtrl}.Window.Application.DoCmd(Microsoft.Office.Interop.Visio.VisUICmds.visCmdLayerSetupDlg)
Catch ex As Exception
End Try
Any one have any ideas how to stop it from happening