Jump to content

Recommended Posts

Posted

Can someone tell me how to write this code?

Press CTRL-ALT-F to pause the display.

>>>>>>>>>>>> Window Title <<<<<<<<<<<<<
NVIDIA Windows 2000/XP Display Drivers - InstallShield Wizard

(  classname=#32770  )

>>>>>>>>>>> Window Dimensions <<<<<<<<<<<
left: 292     top: 250     width: 696     height: 525

>>>>>>>>>>> Mouse Position <<<<<<<<<<<
On Desktop: x: 760     y: 752
In Window: x: 468     y: 502

>>>>>>>>>>> Pixel Color Under Mouse (RGB) <<<<<<<<<<<
Hex: 0x7E7D7E    Dec: 8289662

(Obselete BGR Mode -  Hex: 0x7E7D7E    Dec: 8289662)

>>>>>>>>>>> Last Control Under Mouse <<<<<<<<<<<
Class: Button1
Text: &Volgende >

>>>>>>>>>>> Status Bar Text <<<<<<<<<<<


>>>>>>>>>>> Visible Window Text <<<<<<<<<<<
&Volgende >
Annuleren
< V&orige
Welkom bij NVIDIA Setup. Hiermee installeert u NVIDIA-stuurprogramma's voor het beeldscherm.
Welkom bij de InstallShield Wizard voor NVIDIA

>>>>>>>>>>> Hidden Window Text <<<<<<<<<<<
C

Thanks,

Elias


Posted

where i told u the script in the other post

if it's a control i.e textbox, button etc

just

controclick("Window Title" , "ControlText" , "ControlName")

window title being: NVIDIA Windows 2000/XP Display Drivers - InstallShield Wizard

Control Text being:&Volgende >

Control name being: Button1

if u needa wait while the window is there

Winwaitactive("WindowTitle" , "Window Text")

Window Title:NVIDIA Windows 2000/XP Display Drivers - InstallShield Wizard

Window Text:Welkom bij de InstallShield Wizard voor NVIDIA

just example change if nesacery

Posted

I use this in my script, but is doesn!t work :(

controlclick("NVIDIA Windows 2000/XP Display Drivers - InstallShield Wizard" , "&Volgende >" , "Button1")

I need to wait some time. can u tell me what i have to do then?

My windows spy says this when i'm there:

Press CTRL-ALT-F to pause the display.

>>>>>>>>>>>> Window Title <<<<<<<<<<<<<
NVIDIA Windows 2000/XP Display Drivers - InstallShield Wizard

(  classname=#32770  )

>>>>>>>>>>> Window Dimensions <<<<<<<<<<<
left: 292     top: 250     width: 696     height: 525

>>>>>>>>>>> Mouse Position <<<<<<<<<<<
On Desktop: x: 757     y: 751
In Window: x: 465     y: 501

>>>>>>>>>>> Pixel Color Under Mouse (RGB) <<<<<<<<<<<
Hex: 0x828382    Dec: 8553346

(Obselete BGR Mode -  Hex: 0x828382    Dec: 8553346)

>>>>>>>>>>> Last Control Under Mouse <<<<<<<<<<<
Class: Button1
Text: &Volgende >

>>>>>>>>>>> Status Bar Text <<<<<<<<<<<


>>>>>>>>>>> Visible Window Text <<<<<<<<<<<
&Volgende >
Annuleren
< V&orige
Welkom bij NVIDIA Setup. Hiermee installeert u NVIDIA-stuurprogramma's voor het beeldscherm.
Welkom bij de InstallShield Wizard voor NVIDIA

>>>>>>>>>>> Hidden Window Text <<<<<<<<<<<
C

Thanks a lot ev0 :thumbup

Posted

Try

winwaitactive("NVIDIA Windows 2000/XP Display Drivers - InstallShield Wizard" , "Welkom bij de InstallShield Wizard voor NVIDIA")
controlclick("NVIDIA Windows 2000/XP Display Drivers - InstallShield Wizard" , "&Volgende >" , "Button1")

if that don't work time the wait period and put

sleep(TimetoSleep)

500 = half a second

1000 = 1 second

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...