McGod Posted January 23, 2007 Posted January 23, 2007 (edited) Im working with tabs and I have a couple idea I want to use with them although I'm not sure if they can be done.Is there a function I can use to force the tabs to change? ( Go from tab 1 to tab 3 )Is there a way I can make a tab flash? As in theres a new message.Can I find out what tab is currently active? It would help so I can easily work with the right tab.3. Found out, I just GUICtrlRead the Tab Control. Edited January 23, 2007 by Chip [indent][center][u]Formerly Chip[/u][/center]~UDFs~[/indent][u]IRC.au3 - Allows you to connect to IRC ServersINetCon.au3 - Connects/Disconnects/Check Status of InternetHardware Key - Creates a unique hardware hashScriptComm - Allows you to communicate between scripts using WM_COPYDATA[/u][indent]~Programs~[/indent][indent]SimonAu3ForumsIRC Bot~Web Site~Web Autoit Example[/indent][indent][b][/b][/indent][u][/u]
autosc Posted January 23, 2007 Posted January 23, 2007 Im working with tabs and I have a couple idea I want to use with them although I'm not sure if they can be done.Is there a function I can use to force the tabs to change? ( Go from tab 1 to tab 3 )Is there a way I can make a tab flash? As in theres a new message.Can I find out what tab is currently active? It would help so I can easily work with the right tab.3. Found out, I just GUICtrlRead the Tab Control.answer for question 3: _GUICtrlTabGetCurSel ($tab), identifies the current selected tab.answer for question 1: _GUICtrlTabSetCurSel answer for question 3: ??? i want to know too
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