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

Explain the difference between int and int32?

0 Answers  


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

1 Answers  


1.wht is satellite assembly??? 2.How Garbage Collector works can u explain ????

3 Answers   ABC,


What are Major Feature of VB.NET Over C#.NET

9 Answers   Wipro,


what r the properties should be given to set method?

2 Answers   PSI Data Systems,






in my windows application i have to show excelwork sheetwhich is stored in the local system can any one tell me the code?

1 Answers  


Write a program that accepts an array of numbers and a number, and return a string “Yes” if the number is found in the array, “No” if the number is not found in the array.

2 Answers  


Explain about delegate?

0 Answers  


What is misl code?

0 Answers  


What is the difference between compiler and interpreter?

0 Answers  


What is a static class?

0 Answers  


Explain the difference between system.string and system.stringbuilder classes?

0 Answers  


Categories