Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Passing pamaters in VB generated exe 1

Status
Not open for further replies.

rohitpabby

Programmer
Aug 13, 2001
27
IN
Hi All!

How can we pass parameters in an exe of VB project? What all we have to do in the Standard

Exe project for this. Please help....

Thanks.
 

If you mean pass parameter to a vb exe:

----------------------------------------------------
sub main
if command$<>&quot;&quot; then msgbox(&quot;You passed: &quot; & command)
end sub
----------------------------------------------------

Sunaj
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top