Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to accept parameter
Message
De
26/01/2007 10:01:26
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Titre:
How to accept parameter
Divers
Thread ID:
01189604
Message ID:
01189604
Vues:
66
Hi to All,

is it possible to accept parameter the running vb.net windows application from vfp application?

my command in vfp is this
RUN /n C:\xmlup\bin\hbisample.exe Param1 = "12345"
my command in vb.net form load is this
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
       Me.TextBox1.Text = param1
End Sub
I want to pass the value of param1 to the textbox of running form, any idea on how to do it?

Thanks,
Ryan
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform