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 languages does the .net framework support?

0 Answers  


Regarding Types of compatability in VB and their usage ?

1 Answers   Satyam,


What is CLR?

20 Answers   Horizon Computers, Microsoft,


What is redim keyword?

0 Answers  


what are the advantage in vb.net and different between vb and vb.net

6 Answers   Data Entry Operator, Infosys, TCS, Zansa,






What is the difference between custom control and user control?

0 Answers  


Can you please explain the difference between thread and process?

0 Answers  


Why do we use ansi keyword?

0 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  


Name the tool which can convert visual basic old version to .net compatibility version?

0 Answers  


Sir, what code to store data from vb net sql server 2008 to 2005 and at the same time in order to validate the data entered is not the same, but there have been contacts in the module. Examples such as the log table that I created, the user name as the primary key.

0 Answers   Infosys,


What are the objects in asp.net?

0 Answers  


Categories