Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to accept parameter
Message
From
26/01/2007 10:01:26
 
 
To
All
General information
Forum:
ASP.NET
Category:
Other
Title:
How to accept parameter
Miscellaneous
Thread ID:
01189604
Message ID:
01189604
Views:
65
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
Next
Reply
Map
View

Click here to load this message in the networking platform