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 are the difference between dispose(), close(), exit(), end()?

0 Answers  


Name some of the features present in vb 2005?

0 Answers  


What is globalization?

0 Answers  


hello friends.. when i deployment my project in the client machine that is successful but whenever i try to run my project using .exe file then it gives me error "<filename>.exe is not a valid win32 application." what i do somebody halp me pls

1 Answers  


What are the features of c# which are not present in vb.net?

0 Answers  






What is strong typing and weak typing?

0 Answers  


Do event have return type?

8 Answers  


i have attended interview for cognizant ( 3 +,on .net ) on 19-06-2010 till now i have not given the status ..am confused... does any one faced same situation ...could please tell what would be happened

1 Answers  


Which is the base class for all the classes in .net framework?

0 Answers  


What is the source code for display the picture in button click event?

0 Answers  


What are all the differences between dispose and finalize()?

0 Answers  


What are the different variables in vb.net?

0 Answers  


Categories