R
Rasmus A
I a Com Add-in i wanna use the event NoEventsPending, but if i listen
to the event Visio frezzes up because, it fires the event constantly.
My code is in vb.net and looks like this
''''' visioApplication is WithEvents
Private Sub object_NoEventsPending(ByVal app As Application) _ Handles
visioApplication.NoEventsPending
'My action here
End Sub
Can someone tell me what i have done wrong ?
to the event Visio frezzes up because, it fires the event constantly.
My code is in vb.net and looks like this
''''' visioApplication is WithEvents
Private Sub object_NoEventsPending(ByVal app As Application) _ Handles
visioApplication.NoEventsPending
'My action here
End Sub
Can someone tell me what i have done wrong ?