Jump to content

Recommended Posts

Posted (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

post-59596-0-28369800-1291252295_thumb.j

Edited by LWC
Posted

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.

:graduated:

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
Posted

Thanks for the tip! However, why doesn't it capture anything specific below the lower tab except the first two buttons?

post-59596-0-94809600-1291280634_thumb.j

post-59596-0-79998400-1291280792_thumb.j

post-59596-0-49893500-1291280802_thumb.j

Posted

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\

Posted (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 by LWC

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...