Hi,
I created a new menu item named "Booking". However, under the MenuEvent procedure, I have no idea how to activate another User Form in another VB.NET project.
Private Sub SBO_Application_MenuEvent(ByRef pVal As SAPbouiCOM.MenuEvent, ByRef BubbleEvent As Boolean) Handles SBO_Application.MenuEvent
If (pVal.MenuUID = "Booking") And(pVal.BeforeAction = False) Then
SBO_Application.MessageBox("Menu is Clicked")
....
....
....
End If
Please help.
Thanks