JamesDover Posted November 30, 2007 Posted November 30, 2007 I have a gui forum and every time I open it. It defaults to the second tab is there a way to have it default to the first. I am using koda. Thanks
weaponx Posted November 30, 2007 Posted November 30, 2007 (edited) From the help file. #Include <GuiTab.au3> _GUICtrlTabSetCurFocus ( $h_tabcontrol, $i_item ) $h_tabcontrol control id/control hWnd $i_item Zero-based index of a tab control item. #Include <GuiTab.au3> _GUICtrlTabSetCurSel ( $h_tabcontrol, $i_item ) $h_tabcontrol control id/control hWnd $i_item Zero-based index of a tab control item. Edited November 30, 2007 by weaponx
JamesDover Posted November 30, 2007 Author Posted November 30, 2007 From the help file.#Include <GuiTab.au3>_GUICtrlTabSetCurFocus ( $h_tabcontrol, $i_item ) $h_tabcontrol control id/control hWnd $i_item Zero-based index of a tab control item.#Include <GuiTab.au3>_GUICtrlTabSetCurSel ( $h_tabcontrol, $i_item )$h_tabcontrol control id/control hWnd $i_item Zero-based index of a tab control item.Cheers!!
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