Call external application

T

Tiago Costa

I there!!!

How can i call an external application??

For example SKYPE?

thanks in advance.

Tiago Costa
 
N

Nicholas Paldino [.NET/C# MVP]

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.
 
S

Siva M

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
 

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