Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to show / showdialog form thru a string
Message
De
17/07/2004 22:58:48
 
 
À
27/05/2004 10:02:50
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
00907643
Message ID:
00925527
Vues:
17
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform