Forum Discussion
HKosova
Alumni
14 years agoHi Erik,
Works fine for me in TestComplete 8.70 for a simple System.Windows.Forms.Form form:
Maybe the trick is to use ShowDialog instead of Show?
If not, could you please share your DLL so we can check it directly?
Works fine for me in TestComplete 8.70 for a simple System.Windows.Forms.Form form:
Dim frm
Set frm = dotNET.System_Windows_Forms.Form.zctor
frm.ShowDialog
Maybe the trick is to use ShowDialog instead of Show?
If not, could you please share your DLL so we can check it directly?