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?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / find_kk
Sorry, in the above code, after file name you can give
comma seperated values of arguments which you want to pass
as input value in exe file,
Is This Answer Correct ? | 2 Yes | 1 No |
Explain the difference between int and int32?
give me code for selecting itemcode and correspondin vendor details wll displays in the gridview?
1.wht is satellite assembly??? 2.How Garbage Collector works can u explain ????
What are Major Feature of VB.NET Over C#.NET
what r the properties should be given to set method?
in my windows application i have to show excelwork sheetwhich is stored in the local system can any one tell me the code?
Write a program that accepts an array of numbers and a number, and return a string “Yes” if the number is found in the array, “No” if the number is not found in the array.
Explain about delegate?
What is misl code?
What is the difference between compiler and interpreter?
What is a static class?
Explain the difference between system.string and system.stringbuilder classes?