R Ray Jan 8, 2004 #1 How can I code a VB.NET program so that it executes with a parameter input? e.g. c:\FORM1 "Param1" Thanks.
How can I code a VB.NET program so that it executes with a parameter input? e.g. c:\FORM1 "Param1" Thanks.
J Jon Skeet [C# MVP] Jan 8, 2004 #2 Ray said: How can I code a VB.NET program so that it executes with a parameter input? e.g. c:\FORM1 "Param1" Click to expand... Give your main class a Main method which takes an array of strings as a parameter.
Ray said: How can I code a VB.NET program so that it executes with a parameter input? e.g. c:\FORM1 "Param1" Click to expand... Give your main class a Main method which takes an array of strings as a parameter.