Jump to content

Recommended Posts

Posted

i need to use controlsend for this

Eigenschappen voor "C:\WINDOWS\System32\cmd.exe"

thats the title of the window but

$title = "Eigenschappen voor "C:\WINDOWS\System32\cmd.exe"")
ControlSend($title, "", "", "{TAB 4}")

wont work ofcourse.. :)

tnkz

[quote name='AceLoc']I gots new sunglasses there cool.[/quote]

Posted (edited)

hi

try tis

$title = ('Eigenschappen voor ' & '"C:\WINDOWS\System32\cmd.exe"')

edit : typo

Edited by iceberg

mouse not found....scroll any mouse to continue.

Posted

$title = "Eigenschappen voor "C:\WINDOWS\System32\cmd.exe"")

there is the error i know

but the title really is:

Eigenschappen voor "C:\WINDOWS\System32\cmd.exe"

so what to do now?

[quote name='AceLoc']I gots new sunglasses there cool.[/quote]

Posted (edited)

Press CTRL-ALT-F to freeze the display.

>>>>>>>>>>>> Window Details <<<<<<<<<<<<<
Title:  Eigenschappen voor "C:\WINDOWS\System32\cmd.exe"
Class:  #32770
Size:   X: 49   Y: 28   W: 389  H: 466

>>>>>>>>>>> Mouse Details <<<<<<<<<<<
Screen: X: 224  Y: 36
Cursor ID:  2

>>>>>>>>>>> Pixel Color Under Mouse <<<<<<<<<<<
RGB:    Hex: 0xFFFFFF   Dec: 16777215

>>>>>>>>>>> Control Under Mouse <<<<<<<<<<<
Size:
Control ID:
ClassNameNN:
Text:

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


>>>>>>>>>>> Visible Window Text <<<<<<<<<<<
 Opties 
Cursorgrootte
&Klein
&Normaal
&Groot
Opdrachtgeschiedenis
B&uffergrootte:
50
&Aantal buffers:
4
&Oude duplicaten verwijderen
Opties voor bewerken
Modus Sn&el bewerken
&Invoegmodus
Weergaveopties
&Venster
Volledig &scherm
OK
Annuleren

>>>>>>>>>>> Hidden Window Text <<<<<<<<<<<
Huidige codetabel
&Toepassen
Help

Edited by aceloc

[quote name='AceLoc']I gots new sunglasses there cool.[/quote]

Posted (edited)

i need to use controlsend for this

Eigenschappen voor "C:\WINDOWS\System32\cmd.exe"

thats the title of the window but

$title = "Eigenschappen voor "C:\WINDOWS\System32\cmd.exe"")
ControlSend($title, "", "", "{TAB 4}")oÝ÷ Û
'·
+Ü¢êìyêæÙäÏú®¢×ºÚ"µÍÌÍÝ]HH  ÌÎNÑZYÙ[ØÚ[ÛÜ   ][ÝÐÎÌLÕÒSÕÔÉÌLÔÞÝ[LÌÌLØÛY^I][ÝÉÌÎNÂ
Edited by gafrost

SciTE for AutoItDirections for Submitting Standard UDFs

 

Don't argue with an idiot; people watching may not be able to tell the difference.

 

Posted

guess there's nothing wrong with capturing of the title. believe there is something wrong with the ControlSend parameters.

mouse not found....scroll any mouse to continue.

Posted

guess there's nothing wrong with capturing of the title. believe there is something wrong with the ControlSend parameters.

Probably right, no particular control is being set to send to in the control send, might as well of used Send

SciTE for AutoItDirections for Submitting Standard UDFs

 

Don't argue with an idiot; people watching may not be able to tell the difference.

 

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...