LWC 2 Posted December 2, 2010 (edited) Does anyone know how to go through these 5 steps? Clicking the radio button. Typing 5500. Clicking the button. Clicking the button. Capturing the resulting external IP.Thanks a lot!uvnc_settings.exe Edited December 2, 2010 by LWC Share this post Link to post Share on other sites
PsaltyDS 42 Posted December 2, 2010 Have you looked at the GUI and controls with the AutoIt Window Info Tool (AU3Info.exe)? Once you have identifying information for the controls, you can use ControlClick() and ControlSend() to automate the GUI. Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law Share this post Link to post Share on other sites
LWC 2 Posted December 2, 2010 Thanks for the tip! However, why doesn't it capture anything specific below the lower tab except the first two buttons? Share this post Link to post Share on other sites
PsaltyDS 42 Posted December 2, 2010 Those might be custom owner-drawn controls that don't use the standard Windows APIs. Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law Share this post Link to post Share on other sites
ZacUSNYR 4 Posted December 2, 2010 Perhaps go directly to the registry for the settings and skip the GUI? \\HKEY_LOCAL_MACHINE\SOFTWARE\ORL\WinVNC3\ \\HKEY_LOCAL_MACHINE\SOFTWARE\ORL\WinVNC3\Default\ Share this post Link to post Share on other sites
LWC 2 Posted December 4, 2010 (edited) Those settings are actually saved in an INI fle. The command buttons are exactly that - commands, not options. They work only opon being clicked on. Edited December 4, 2010 by LWC Share this post Link to post Share on other sites