Hello everybody,
I would to find out how to establish connection between two applications through Skype. Currently, I'm using VS2005 C# and Skype4Com wrapper for my program. I have a few questions which i have in mind after reading the documentations for Skype4com.
1) What functions do i use to connect the applications? is it ConnectApplicationUser(string AppName, String Username, bool waitconnected) function?
2) If it's a yes to the above question, what do i fill in for AppName? Is my current program name? or another program name? What's the username i supposed to fill in?
3) If no, What other functions should i use?
Thank you very much in advance!