Form Parameter

  • Thread starter Thread starter Ray
  • Start date Start date
R

Ray

How can I code a VB.NET program so that it executes with a
parameter input?
e.g. c:\FORM1 "Param1"

Thanks.
 
Ray said:
How can I code a VB.NET program so that it executes with a
parameter input?
e.g. c:\FORM1 "Param1"

Give your main class a Main method which takes an array of strings as a
parameter.
 
Back
Top