Passing an application a parameter from another application.

kmccaffery

New member
Joined
Nov 19, 2007
Messages
1
Programming Experience
1-3
Hello. I have two applications, one written in foxpro and the other in VB.net. Does anyone know how to make VB.net accept parameters sent from the calling application? Thanks for any help.
 
Yes, read from Environment.GetCommandLineArgs Method, it returns a String array of arguments.
 
Back
Top