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

How do you call a stored procedure in Visual Basic?

0 Answers   CGI,


if user enters 1 or 2 or any other number in digit format in next textbox it should show the answer in word reading like if enters 12 answer should be twelve

4 Answers  


Explain i.tostring method?

0 Answers  


Explain about the keyword must inherit?

0 Answers  


How do you use two datareaders at the same time in a vb.net windows application ?

0 Answers  






How to run a dos command in vb.net?

0 Answers  


How many languages are supported by .net?

0 Answers  


What are the differences between server-side and client-side code?

0 Answers  


Explain the use of console application?

0 Answers  


Tell me which namespace are used for accessing the data?

0 Answers  


give me code for selecting itemcode and correspondin vendor details wll displays in the gridview?

1 Answers  


what are Fixed memory leaks and threads locking problems.

1 Answers  


Categories