Nevermind, I figured it out.
For anyone that's interested, you need to find the button's ID # (which you can do by using reshacker & looking in the "Dialogs" section).
Then the code for the AutoIt script is as simple as follows (this demonstrates bringing up the Destination-->Address-->Street First screen):
Code:;Activates iGuidance Opt("WinSearchChildren", 1) WinActivate ("iGuidance") ;Shows main menu Send("{ENTER}") ;Presses the sequence of buttons ControlClick ( "", "Destination", 509 ) ControlClick ( "", "Address", 500 ) ControlClick ( "", "Street First", 551 )



LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks