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 all the parts of .net framework?
Explain the components of common language runtime.
What are the differences between vb.net and c#, related to oops concepts
What is the difference between convert.tostring and i.tostring method?
What is difference between import system.data.sqlclient,system.data.oledb?
Is it necessary to have SQL server installed in your computer in order to create a service based database in vb.net?
How do you use two datareaders at the same time in a vb.net windows application ?
What are the assembly entry points?
What is the main purpose of garbage collector?
Define cls?
What is sealed class?
what is intermediate language?
What is the diff between vb mdi form and .net mdi form?
Is vb.net a programming language?
Explain enumerator?