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
What are the shadow variables?
Explain and brief about rapid application development tool?
Explain the services provided by common language infrastructure.
How a base class method is hidden?
Explain the advantage of option strict on?
How do you use two datareaders at the same time in a vb.net windows application ?
Define clr?
Name some different types of control?
Explain jit?
Explain the use of option explicit?
How to view an assembly?
Why do we use ansi keyword?
What is sorting in vb?
Name some of the features present in vb 2005?
List the types of authentication?