EliasXP Posted January 25, 2005 Posted January 25, 2005 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: 752In 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: Button1Text: &Volgende >>>>>>>>>>>> Status Bar Text <<<<<<<<<<<>>>>>>>>>>> Visible Window Text <<<<<<<<<<<&Volgende >Annuleren< V&origeWelkom 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
ev0_05 Posted January 25, 2005 Posted January 25, 2005 where i told u the script in the other postif it's a control i.e textbox, button etcjustcontroclick("Window Title" , "ControlText" , "ControlName")window title being: NVIDIA Windows 2000/XP Display Drivers - InstallShield WizardControl Text being:&Volgende >Control name being: Button1if u needa wait while the window is thereWinwaitactive("WindowTitle" , "Window Text")Window Title:NVIDIA Windows 2000/XP Display Drivers - InstallShield WizardWindow Text:Welkom bij de InstallShield Wizard voor NVIDIAjust example change if nesacery
EliasXP Posted January 25, 2005 Author Posted January 25, 2005 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: 751In 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: Button1Text: &Volgende >>>>>>>>>>>> Status Bar Text <<<<<<<<<<<>>>>>>>>>>> Visible Window Text <<<<<<<<<<<&Volgende >Annuleren< V&origeWelkom 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
ev0_05 Posted January 25, 2005 Posted January 25, 2005 Trywinwaitactive("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 putsleep(TimetoSleep)500 = half a second1000 = 1 second
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now