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
Explain clr?
What is the difference between convert.tostring and .tostring() method?
What are the different types of Lock available in Visual Basic?
What is the use of errorprovider control?
source code for how to login a vb.net application ?
Compare c# and visual basic.net?
What is the Advantage of vb.net over vb
Explain manifest?
Why should you use delegate?
hello thank you for replying to my question regarding adding barcode fonts in vb.net project. I have downloaded a free font and added in my vb.net project but now i dont know how to use that i need to generate barcodes can any body help me how to use those fonts these are font3of9 .i need a small code to use these fonts to generate barcode thank u!
What is jagged array in vb.net?
Explain about rapid application development tool?
What is late binding and early binding?
What are the differences between server-side and client-side code?
Explain about delegate?