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 differences between vb.net and c#, related to oops concepts?
Why do we use byref keyword in vb.net?
What is non_deterministic finalization?
What is enumerator?
What is friend and protected-friend access specifier in vb.net?
Write a program that accepts an array of numbers, and two numbers (an element and a position in the array) and inserts the given element into nth position of the array.
What is misl code?
What are the advantages of VB.NET?
How can I extract the formated word(bold,italic,underline,font,color etc) from the msword file.?
Explain the difference between import system.data.sqlclient and system.data.oledb?
Before in my vb app I would just load the icons from dll. How can I load the icons provided by .net dynamically?
What is the difference between compiler and interpreter?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)