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
Tell me which namespace are used for accessing the data?
What are the differences between vb.net and c#, related to oops concepts
Explain jit?
What do you mean by Redim in VB.NET?
What is writeline in vb.net?
Write the role of new keyword?
What is the advantages of VB.NET?
source code for how to login a vb.net application ?
Can we use Vb.Net and C# language simultaneously in one .Net application?
What is intermediate langauge?
Explain code security?
what's ArrayList in .Net (VB.Net or C#).What's the advantageous using ArrayList.
What is static member?
Which dll is used for microsoft .net run time?
Can you please explain the difference between dispose and finalize()?