Help - Search - Members - Calendar
Full Version: How to get current Active tab in Skype
Skype Community > English > Development, Betas and Skype Garage > Skype Public API
karopi
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 !!
TheUberOverlord
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/IClient

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


This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.