P
Peter Collins
Hi
Im using the visio 2003 drawing control in a vb.net application. prior to updating office, the event below would fire on deleting a group of selected elements, but since then (and having to rebuild the dll's due to references being lost with office update), it no longer fires, thus i have no way to cancel a delete
Private Sub visioAxDrawing_QueryCancelSelectionDelete(ByVal sender As Object, ByVal e As AxVisOcx.EVisOcx_QueryCancelSelectionDeleteEvent) Handles visioAxDrawing.QueryCancelSelectionDelete
End Sub
this event was created using the normal method in vs.net 2003 of selecting the withevents control and the event handler in the code window. ive heard of other ways to handle events but they seem to be too over the top/hard to handle to bother using in an application that may be needed to be maintained by others with less knowledge about visio.
thanks in advance for any help here.
Im using the visio 2003 drawing control in a vb.net application. prior to updating office, the event below would fire on deleting a group of selected elements, but since then (and having to rebuild the dll's due to references being lost with office update), it no longer fires, thus i have no way to cancel a delete
Private Sub visioAxDrawing_QueryCancelSelectionDelete(ByVal sender As Object, ByVal e As AxVisOcx.EVisOcx_QueryCancelSelectionDeleteEvent) Handles visioAxDrawing.QueryCancelSelectionDelete
End Sub
this event was created using the normal method in vs.net 2003 of selecting the withevents control and the event handler in the code window. ive heard of other ways to handle events but they seem to be too over the top/hard to handle to bother using in an application that may be needed to be maintained by others with less knowledge about visio.
thanks in advance for any help here.