 |
AutoHotkey Community Let's help each other out
|
| View previous topic :: View next topic |
| Author |
Message |
biatche
Joined: 23 Feb 2008 Posts: 59
|
Posted: Sun May 18, 2008 1:10 pm Post subject: [Help] Control, TabRight not working! |
|
|
| Code: | Run, control mmsys.cpl
Control, TabRight, 2, SysTabControl321, Sounds and Audio Devices Properties
|
im trying to get to "Sounds" tab of Sounds and Audio Devices Properties control panel
someone mind helping me.. other than a solution using winwaitactive + send ^{tab}
what am i doing wrong? the control example had strange stuff like "sendmessage" that im not familiar with.
it would be SO ideal if i could switch tabs by "tabtitle/name"... in this case. "sounds" |
|
| Back to top |
|
 |
Icarus
Joined: 24 Nov 2005 Posts: 449
|
Posted: Sun May 18, 2008 2:20 pm Post subject: |
|
|
It seems to me your problem is only the fact that the control send is sending the command to a window that did not yet show up.
You have to wait for it.
| Code: |
Run, control mmsys.cpl
WinWaitActive Sounds
Control, TabRight, 2, SysTabControl321, Sounds and Audio Devices Properties
|
|
|
| Back to top |
|
 |
|
|
You can post new topics in this forum You can reply to topics in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|