Hi all,
I have an addon application to call Windows form of VS.NET 2005 run in SAP 8.8 but I have problem as bellow:
- When i using code:
Dim oForm As New FrmMyform
oForm.ShowDialog()
It's ok buton user cannot click any menu of SAP 8.8
- When I using code:
Dim oForm As New FrmMyform
oForm.Show
It's cannot show my form
Please help me fix this problem. I want to show my form is designed by VS.NET 2005 and user can click menu of SAP 8.8 to access SAP's functions