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?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

i have two class that contain's two methods as same name in derived class i have to call these two methods what will happen at run time ?

2324


Explain how the .net framework performs automatic memory management.

641


What are the two main parts of .net?

644


How many classes a dll can contain?

644


What is a literal control?

650






What does assert() method do In VB.NET

615


Using VB, how can you change the Mouse Pointer?

717


What are the different types of a stream?

639


What is the use of internal keyword?

658


What do you mean by Redim in VB.NET?

756


What is code access security?

760


What is vb.net used for?

627


What is datatype conversion?

623


Explain about rapid application development tool?

603


What is deep copy?

639