Hello, Everyone:
I have a SBO Addon, everything is OK but when I shutdown SBO the Addon executable isnot terminated by SBO.
I Used following code:
Private Sub m_SboApplication_AppEvent(ByVal EventType As SAPbouiCOM.BoAppEventTypes) Handles m_SboApplication.AppEvent
Case SAPbouiCOM.BoAppEventTypes.aet_ShutDown
Application.Exit()
But it seems doesn't work, why?
Thanks in advance!
Add a comment