M
Martin
This has been asked before both here and elsewhere on the web, but I can't
see any solutions or answers!
I've successfully put the Visio drawing control onto my asp.net page and
loaded a stencil. However, I cannot attach a javascript or vbscript event to
the shape add event. The following code is what I think is correct, where
VisOcxDrawingControl is the Visio drawing control object.
<script language="VBScript">
Sub VisOcxDrawingControl_Document_ShapeAdded(ByVal Shape)
msgbox("Shape added")
End Sub
</script>
Can anyone help?
Thanks,
Martin
see any solutions or answers!
I've successfully put the Visio drawing control onto my asp.net page and
loaded a stencil. However, I cannot attach a javascript or vbscript event to
the shape add event. The following code is what I think is correct, where
VisOcxDrawingControl is the Visio drawing control object.
<script language="VBScript">
Sub VisOcxDrawingControl_Document_ShapeAdded(ByVal Shape)
msgbox("Shape added")
End Sub
</script>
Can anyone help?
Thanks,
Martin