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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top