how to send 2-3 param's to Winform C# program ?

Posted by Gold on Stack Overflow See other posts from Stack Overflow or by Gold
Published on 2010-05-20T07:27:20Z Indexed on 2010/05/20 7:30 UTC
Read the original article Hit count: 128

Filed under:
|

hi

how to send 2-3 param's to Winform C# program ?

for example: i'll send something like MyProg.exe 10 20 "abc"

and in my program i can receive those values

(i dont want to show MyProg.exe - it will work background)

thank's in advance

© Stack Overflow or respective owner

Related posts about c#

Related posts about winforms