Du kannst es mal mit ControlCommand versuchen die einzelnen Registerkarten auszuwählen
Code:
ControlCommand ( "title", "text", controlID, "command" [, "option"] )
"CurrentTab", "" Returns the current Tab shown of a SysTabControl32
"TabRight", "" Moves to the next tab to the right of a SysTabControl32
"TabLeft", "" Moves to the next tab to the left of a SysTabControl32
Näheres dazu gibt es auch in der Hilfe