Jump to content

Recommended Posts

Posted

$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?

Posted

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)

NEWHeader1.png

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...