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 is the difference between convert.tostring and i.tostring method?
Explain the use of serialization and deserialization?
Explain the difference between vb 6 and vb.net?
What is tracing?
Can you please explain the difference between c# and vb.net?
Which control is an example of an object in vb net?
thak you Mr Govind for replying to my question. My next question is that how to retrieve image stored in an SQL server table and assign it to any image control or picture control using VB.net
Described strong typing and weak typing?
What is strong typing and weak typing?
What is globalization?
What is the difference between custom control and user control?
Can you please explain the difference between value and reference types?
Explain the difference between .dll extension and .exe extension files?
Tell me how many .net languages can a single .net dll contain?
What is the difference between c# and vb.net?