Click here to Skip to main content
15,896,318 members

Comments by Venkat Eswaran (Top 3 by date)

Venkat Eswaran 23-Feb-11 5:35am View    
Olivier,

I need to "mimic" not the exact code. source for application A is lost.

So how will i put the code into Aplication A.
Venkat Eswaran 23-Feb-11 5:01am View    
Sorry for the confusion. I meant "Call" in the context. Application A should execute Application B on click of a button from A. Mimic the following code code from application A


private void button1_Click(object sender, EventArgs e)
{

Process.start("ApplicationB.exe");

}
Venkat Eswaran 23-Feb-11 3:28am View    
Since I dont have the source code for Application A. I cannnot insert this code into it. Any clues in reflection.