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
Explain how to achieve polymorphism in vb.net?
What is late binding and early binding?
Explain the difference between vb 6 and vb.net?
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 ?
What is the main purpose of garbage collector?
What is tracing?
Explain internal keyword in .net framework?
Described strong typing and weak typing?
Explain strong name in .net assembly?
Is vb.net a programming language?
What is static member?
What is the advantage of using system.text.stringbuilder over system.string?
what is common type system?
Explain the advantages of vb.net?
Explain code security?