Call external application

  • Thread starter Thread starter Tiago Costa
  • Start date Start date
T

Tiago Costa

I there!!!

How can i call an external application??

For example SKYPE?

thanks in advance.

Tiago Costa
 
Tiago,

You can start it up. Take a look at the Start method on the Process
class.

As for controlling it once you do start it up, that's different. That's
specific to Skype, and whether they provide an API for doing it.

Hope this helps.
 
You mean just starting an external application? If so: Process.Start ("path
to exe file");

I there!!!

How can i call an external application??

For example SKYPE?

thanks in advance.

Tiago Costa
 
Back
Top