Swimming_Bird Posted July 1, 2005 Posted July 1, 2005 $eulatab = GUICtrlCreateTabitem ( "Approval" ) ... $aclick = 0 ... Case $msg = $eulatab $aclick = 1 ... ElseIf $aclick = 0 Then MsgBox (0 , "Error" , "Please click on the approval tab and read the contents before continuing." ) Using this i wasnt able to make the gui register when the Approval tab was clicked. Is it possible to register this?
Valuater Posted July 1, 2005 Posted July 1, 2005 I'm not sure which tab function best serves your purpose..maybe _GUICtrlTabSetCurSel($h_tabcontrol, $i_item) but you need to search "tab" in the help menu of the BETA Autoit 8)
Valuater Posted July 1, 2005 Posted July 1, 2005 Your Welcome, ( its nice when people like you ask for help... get help... and the say thanks.. many Don't) 8)
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