Hi,
I have written an addon which has a event filter for et_MENU_CLICK.
I am having problem when i close SBO. The application MenuEvent is getting fired repeatedly and SBO and my addon does not shut down.
I am using SBO 2004B and my addon is written in VB6.
Following is my Application AppEvent
If EventType = aet_ShutDown Then
End 'shut down
ElseIf EventType = aet_CompanyChanged Then
End
ElseIf EventType = aet_ServerTerminition Then
End 'shut down
End If
Please help.
Thanks
Satish.