Making a menu->tab to jump to a setting under w10 from the cmd / ahk

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
loek3000
Posts: 146
Joined: 12 Nov 2013, 03:24

Making a menu->tab to jump to a setting under w10 from the cmd / ahk

11 Nov 2018, 13:08

Ok, well i try to expain:

If i start (for example) SndVol.exe it will dispay the sound config. Then i have to manualy click with my mouse to go to the 2nd tab to change the record options...

But i would like to jump directly to the 2nd tab with a command. There was a way i've learned years ago, to add a ",2" or something like that in a shortcut, but i want to implent it in a AHK script

Also i would like to have multiple direct tab links to options that are adjustable for configuration, with the "godmode" of w10 you can already go directly to a configuration change, but sometimes you still have to manually go to another tab...
oif2003
Posts: 214
Joined: 17 Oct 2018, 11:43
Contact:

Re: Making a menu->tab to jump to a setting under w10 from the cmd / ahk

15 Nov 2018, 01:52

Code: Select all

; https://autohotkey.com/board/topic/96366-how-to-select-different-tabs-on-a-tabbed-window-eg-filemenu/
; TCM_SETCURFOCUS := 0x1330
; Tabs are 0 indexed.  The Recording Tab is the second tab so use 1.
; AHK v2 Syntax:
SendMessage(0x1330, 1,, "SysTabControl321", "Sound")

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: Theda and 275 guests