Jump to content

control modfying


Recommended Posts

ok if a control doesnt have and id or text how can i modify it?

[quote name='PsaltyDS' post='635433' date='Jan 27 2009, 07:04 AM']Larry is a mass murderer?! It's always the quiet, clean cut, bald guys... [/quote]

Link to comment
Share on other sites

if it is a control you created ... it has an ID

... we cant read your mind, or what ever you are thinking

8)

sigh its in another window some of the the controls have ids but the other one doesnt

EDIT

here is the control info

>>>> Control <<<<

Class: Internet Explorer_Server

Instance: 1

ID:

Text:

Position: 741, 238

Size: 234, 60

ControlClick Coords: 31, 60

Style: 0x56000000

ExStyle: 0x00000000

Edited by EagleClaw

[quote name='PsaltyDS' post='635433' date='Jan 27 2009, 07:04 AM']Larry is a mass murderer?! It's always the quiet, clean cut, bald guys... [/quote]

Link to comment
Share on other sites

  • Moderators

I ran into this issue the other day with logmein.com ... I was just trying to automate my remote pc login and the frame wasn't returning the button I needed in order to use _IEAction()... so I opted to use

ControlSend(_IEPropertyGet($oIE, 'hwnd'), '', 'Internet Explorer_Server1', '{TAB 5}{ENTER}')
It sucked because it was the last page before it actually got to my PC... but it worked all the same.

Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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