calling .exe file

E

em

hi,
is it possible to call an .exe file (VB.NET app) out of IP managed code ? I
can't get over .NET security issues.
thanks!
 
B

Balaji

You can add a reference to System.Diagnostics.Process and use the Operation
Start(..) to call an external process.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top