Skip to Content
0
Former Member
May 04, 2010 at 09:45 AM

Problem when call VS.NET 2005 Windows Form

26 Views

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