cache Posted December 22, 2006 Share Posted December 22, 2006 Hi, I was tried to get the text from one of the tabs in a SysTabControl321. I am able to get the tab counts and select the tab with _GUICtrlTabSetCurSel and ControlClick. But I can't get the text(tab title) from the selected tab. I've looked into all the _GUICtrlTab* functions but couldn't find any to get what I wanted. Please help. Link to comment Share on other sites More sharing options...
PaulIA Posted December 22, 2006 Share Posted December 22, 2006 Hi,I was tried to get the text from one of the tabs in a SysTabControl321. I am able to get the tab counts and select the tab with _GUICtrlTabSetCurSel and ControlClick. But I can't get the text(tab title) from the selected tab. I've looked into all the _GUICtrlTab* functions but couldn't find any to get what I wanted.Please help.The _GUICtrlTabxxx functions can not read text from external controls. I'm working on a TabControl module for Auto3Lib that should be done in the next few days. Auto3Lib: A library of over 1200 functions for AutoIt Link to comment Share on other sites More sharing options...
cache Posted December 22, 2006 Author Share Posted December 22, 2006 The _GUICtrlTabxxx functions can not read text from external controls. I'm working on a TabControl module for Auto3Lib that should be done in the next few days.Thanks for the quick reply. Please keep me posted once the API is in place. THX! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now