Skip to Content
0
Former Member
Oct 26, 2005 at 01:28 AM

SBO is not shutting down and MenuEvent getting fired repeatedly

38 Views

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.