ehaartmans
13 years agoOccasional Contributor
How to start a form in a dotnet assembly
Hi,
I'm trying to start a form which is developed in visual basic 2010 express.
A form is created in a DLL which is in the GAC and then added to the clr
This is the code:
dim frm
set frm = dotnet.assemblyname.frmToShowUp.zctor
frm.show
I expect that the form would show, but nothing happens.
any ideas?
I use this form to select something needed before the test starts.
I'm trying to start a form which is developed in visual basic 2010 express.
A form is created in a DLL which is in the GAC and then added to the clr
This is the code:
dim frm
set frm = dotnet.assemblyname.frmToShowUp.zctor
frm.show
I expect that the form would show, but nothing happens.
any ideas?
I use this form to select something needed before the test starts.