[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.sdk

Class for launching external apps?

Darren Mar-Elia

10/23/2002 3:12:00 AM

I would like to launch an external Windows executable from a Winforms app.
Is there a class/method that lets you do this?


1 Answer

(Shi Gao)

10/23/2002 8:24:00 AM

0

You can use the Process class to create a new process and point the
external app to this process.

Shi Gao
This posting is provided "AS IS", with no warranties, and confers no rights