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



how to send data to exe file? my code has a button when i press it, an exe file will open. how can..

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

how to send data to exe file? my code has a button when i press it, an exe file will open. how can..

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

Post New Answer

More VB.NET Interview Questions

What is the strong name in .net assembly?

0 Answers  


Name the class which allows an element to be accessed using unique key?

0 Answers  


How to send xml file on server using http protocol?

0 Answers  


What are the differences between vb.net and c#, related to oops concepts

0 Answers  


What are option strict and option explicit?

0 Answers  


What is the role of new keyword?

0 Answers  


Explain about visual basic?

0 Answers  


Explain an assembly?

0 Answers  


how to call a list box on the text if some one send me the code for it

1 Answers  


What are the difference between dispose(), close(), exit(), end()? When do we use them?

0 Answers  


What do you mean by option strict on?

0 Answers  


Tell me how many .net languages can a single .net dll contain?

0 Answers  


Categories