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 do you understand by vb.net?
Tell me which namespace are used for accessing the data?
Can you please explain the difference between namespace and assembly?
Define manifest?
Explain about rapid application development tool?
Tell me how many .net languages can a single .net dll contain?
Can you please explain the difference between c# and vb.net?
What is stack used for in vb. Net?
Which properties are used to bind a DataGridView control?
Tell us how many languages are supported by .net?
What is the main purpose of garbage collector?
Explain jit?
What is the difference between compiler and interpreter?
How to create a constant in vb.net?
What is early binding?