QUOTE(karopi @ Tue Jun 5 2007, 04:50) [snapback]402835[/snapback]
Dear all, is there any way to get the current active tab in Skype Client. For example, I want to know the UI is currently focusing on Contact List, Call History, Dial tab or any others.
Any help is appreciated. Thanks a lot !!
Currently you can't do this, but you can set the active tab:
https://developer.skype.com/Docs/Skype4COMLib/IClientHRESULT OpenOptionsDialog([in] BSTR Page)
This command opens the options window.
Parameters:
[in] Page contains the page to open.
HRESULT OpenCallHistoryTab()
This command brings the call history tab into focus.
HRESULT OpenContactsTab()
This command brings the contacts tab into focus.
HRESULT OpenDialpadTab()
This command brings the dialpad tab into focus.