I’m trying to control some soulseek features from VB6 – the problem is the SysTabControl32 – how can I read out which tab is selected? The API spy only returns the SysTabcontrol32 but no tab button
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I suggest try the TCM_GETCURSEL message. It should return the index of the currently selected tab.
The code is something like this below – I adapted this from vbAccelerator’s cTabCtrl but haven’t tested it.