can i bring external applications into a .net application
-
Hi everyone, can we load an external exe into a .net windows form.Say for example can we load adobe photoshop into a panel designated for it in a form.Please give your suggestions in this problem.Thanks in advance.
yes you can so far I know in ASP.net application quite not sure about windows form. In ASP.Net you can add reference to adobe from project reference tab and in .NET tab select adobe and add it to the project. This is way we can use external application in our .net application. Share knowledge to enhance your learning
-
yes you can so far I know in ASP.net application quite not sure about windows form. In ASP.Net you can add reference to adobe from project reference tab and in .NET tab select adobe and add it to the project. This is way we can use external application in our .net application. Share knowledge to enhance your learning
Hi Neel, As far as i know we can add reference of only COM components or dlls.I wish, iam wrong.I have not tried with ASP.net.But are u quite sure about it.I dont mind the language .I am even ready to try java or any other language for this purpose.Please make me more clear... Thanks