Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to show / showdialog form thru a string
Message
From
17/07/2004 22:58:48
 
 
To
27/05/2004 10:02:50
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00907643
Message ID:
00925527
Views:
18
To show form via string, I tried to convert your codes into VB.NET:


Dim DLLName As String = "Test"
Dim ClassName As String ="FrmInvoice"
Dim oClass As Object
Dim oDLL As Object

oDLL = System.Reflection.Assembly.LoadFrom(DLLName)
oClass = oDLL.CreateInstance(ClassName)
oClass.Show


but it returned with errors .. I'm sure that I already missed something.. I need advise .. many thanks in advance

Regards
Winanjaya
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform