Wilson WindowWare Tech Support

WinBatch WinBatch+Compiler WebBatch
Home | Tech Database | Tech BBS | White Papers | Purchase


Alternative Keystrokes for CTRL+SHIFT+TAB in Dialogs

Keywords:      Ctrl Shift Tab Ctrl Tab

Question:

In the MS Exchange Options Window there are tabs with different setup options. Ctrl-Tab and Ctrl-Shift-Tab will move between the tab windows.

I am trying to get SendKeysTo to send Ctrl-Shift-Tab without success. Can this be done?

Answer:

	^{PGDN}
and
	^{PGUP}
 
seem to have better success. Put a TimeDelay(1) between moving by each tab, as it is slow.

Or get the Control Manager Extender (free download) and it knows how to deal with tabs.


Article ID:   W13820
Filename:   Alternative Keystrokes for Ctrl-Shift-Tab.txt