i have really very big problem . well i m making customize software in Windows Application ... almost i have done it but the problem is that i have other application which is made on java application i want to use this application in my software or windows application means i want to call java's application in my windows application is it possible or not ..... if you have any idea than let me know i really need your help i will appreciate..............
thanks in Advance

Naeem KhanPosted Feb 7, 2010, 11:56 PM
thank you so much for the reply but this is not exe file..... i m sending u file which i want to use .... plz check it now.......
Thanks In Advance
Kirtan PatelPosted Feb 3, 2010, 9:03 AM
Process p = new Process();
p.StartInfo.FileName= "applicationname.exe";
p.Start();
you can not import and modify the application using visual Studio ..or control flow of application .
if it solves your doubt then please check "do you like this answer" check box :)