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


Please Help Members By Posting Answers For Below Questions

What do you understand by vb.net?

809


Tell me which namespace are used for accessing the data?

713


Can you please explain the difference between namespace and assembly?

732


Define manifest?

742


Explain about rapid application development tool?

704


Tell me how many .net languages can a single .net dll contain?

709


Can you please explain the difference between c# and vb.net?

784


What is stack used for in vb. Net?

708


Which properties are used to bind a DataGridView control?

796


Tell us how many languages are supported by .net?

692


What is the main purpose of garbage collector?

693


Explain jit?

727


What is the difference between compiler and interpreter?

741


How to create a constant in vb.net?

837


What is early binding?

687