PDA

View Full Version : QT and Skype



floridiaan
6th November 2022, 21:17
If i want to run a skype call from my QT application i do something like this : ShellExecute(0,0," callto:+1 123 456 789 ",0,0,SW_SHOWNORMAL);

This works, but i want more control.
If someone calls in skype i want to capture in QT which number is calling.
I also want to send and receive sms to a number trough skype phone from within QT.

Is this possible?
Or are there other phoneservices then skype which works together well with QT?

stryga42
17th November 2022, 17:29
Are you sure this is a Qt-question? For me it sounds like you are asking for a Skype-API. The ShellExecute seems to rely on Windows binding the callto: to Skype...