how to send data to exe file?
my code has a button when i press it, an exe file will open.
how can i send data as input to the exe file?
Answers were Sorted based on User's Feedback
Answer / find_kk
use following code in button click event
System.Diagnostics.Process.Start(@"\write physical path of
exe file");
Is This Answer Correct ? | 8 Yes | 3 No |
Answer / find_kk
Sorry, in the above code, after file name you can give
comma seperated values of arguments which you want to pass
as input value in exe file,
Is This Answer Correct ? | 2 Yes | 1 No |
What is the strong name in .net assembly?
Name the class which allows an element to be accessed using unique key?
How to send xml file on server using http protocol?
What are the differences between vb.net and c#, related to oops concepts
What are option strict and option explicit?
What is the role of new keyword?
Explain about visual basic?
Explain an assembly?
how to call a list box on the text if some one send me the code for it
What are the difference between dispose(), close(), exit(), end()? When do we use them?
What do you mean by option strict on?
Tell me how many .net languages can a single .net dll contain?