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
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 ?
Explain how the .net framework performs automatic memory management.
What are the two main parts of .net?
How many classes a dll can contain?
What is a literal control?
What does assert() method do In VB.NET
Using VB, how can you change the Mouse Pointer?
What are the different types of a stream?
What is the use of internal keyword?
What do you mean by Redim in VB.NET?
What is code access security?
What is vb.net used for?
What is datatype conversion?
Explain about rapid application development tool?
What is deep copy?