Guest pdacosta Posted March 24, 2005 Posted March 24, 2005 I've just started playing with the GUI features in AutoIt. I've been trying to use GUICtrlCreateTab and GUICtrlCreateTabItem to create a dialog where: 1. The user can navigate between the tabs using Ctrl-Tab and Shift-Ctrl-Tab 2. The user can navigate between the tabs using hotkeys in the text (i.e preceeding a letter of the text with an ampersand) I cannot seem to figure out how/if this can be done. The only navigation (apart from using the mouse) seems to be by use of the left/right arrow keys. Anyone have any ideas?
redndahead Posted March 24, 2005 Posted March 24, 2005 You can use hotkeys to do a ctrlclick on the tab. Look at HotKeySet() and ControlClick() red
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