cancel
Showing results for 
Search instead for 
Did you mean: 

Launch one windows form from vb.NET in SBO2005

Former Member
0 Kudos

Hello,

When I try to launch a windows form from vb.net, calling inside the menu event dispatcher, the forms is drawn without controls and hanged.

This is the code:

Private Sub SBOapp_MenuEvent(ByRef pVal As SAPbouiCOM.MenuEvent, ByRef BubbleEvent As Boolean) Handles SBOapp.MenuEvent

If pVal.BeforeAction Then

If pVal.MenuUID = "modUSER" Then

Dim myFORM As New frmIMAGEN

myFORM.TopMost = True

myFORM.Show()

....

....

Thanks in advanced

Blas González

Accepted Solutions (0)

Answers (2)

Answers (2)

simone_pastorin
Participant
0 Kudos
Former Member
0 Kudos

Solved in this topic