how to send 2-3 param's to Winform C# program ?
- by Gold
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