Jump to content

Search the Community

Showing results for tags 'windows handle'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General
    • Announcements and Site News
    • Administration
  • AutoIt v3
    • AutoIt Help and Support
    • AutoIt Technical Discussion
    • AutoIt Example Scripts
  • Scripting and Development
    • Developer General Discussion
    • Language Specific Discussion
  • IT Administration
    • Operating System Deployment
    • Windows Client
    • Windows Server
    • Office

Categories

  • AutoIt Team
    • Beta
    • MVP
  • AutoIt
    • Automation
    • Databases and web connections
    • Data compression
    • Encryption and hash
    • Games
    • GUI Additions
    • Hardware
    • Information gathering
    • Internet protocol suite
    • Maths
    • Media
    • PDF
    • Security
    • Social Media and other Website API
    • Windows
  • Scripting and Development
  • IT Administration
    • Operating System Deployment
    • Windows Client
    • Windows Server
    • Office

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Member Title


Location


WWW


Interests

Found 1 result

  1. Dear Autoit Gurus and helpers, I am having a vast amount of trouble with acquiring windows handle as I want to make a automation that I can use in my brother's computer too. Thank you all for reading! So I figured out how to use controlclick command but cannot get it to work on advanced mode where title or class cannot be used. >>>> Window <<<< Title: Ener Class: URPC Position: -8, -8 Size: 1382, 744 Style: 0x15CF8000 ExStyle: 0x00000100 Handle: 0x000503EC >>>> Control <<<< Class: AfxWnd70s Instance: 6 ClassnameNN: AfxWnd70s6 Name: Advanced (Class): [CLASS:AfxWnd70s; INSTANCE:6] ID: 1222 Text: Position: 3, 346 Size: 229, 338 ControlClick Coords: 126, 22 Style: 0x50000000 ExStyle: 0x00000000 Handle: 0x000503C6 >>>> Mouse <<<< Position: 137, 398 Cursor ID: 0 Color: 0x313280 >>>> StatusBar <<<< 1: 2: 3: 4: >>>> ToolsBar <<<< >>>> Visible Text <<<< For Help, press F1 Menu bar Online Window Online Window DEVICESETUP Offline Window >>>> Hidden Text <<<< I tried this first on Notepad so I understand how to do this with a simple program first and found that how the syntax comes in the Autoit V3 Window Info is not how to make it work. The autoit advanced mode window was: Advanced (Class): [CLASS:Edit; INSTANCE:1] But this is not worked. What worked instead was: ControlClick("Untitled - Notepad", "", "Edit1" , "left" , 1 , 67 , 7 ) .... Just an FYI. I do understand it can be done either way, I think. So bottom line: I am trying to make control click happen without using the title or class. I want to use Instance and ID or class nn and instance ? Am I doing this wrong ? How would this line go: $wh1 = WinGetHandle ( " [ CLASS:URPC;Instance: 6] " ) ????? Info: ControlClick ( "title", "text", controlID [, button = "left" [, clicks = 1 [, x [, y]]]] ) Thank you all RHCP Fan
×
×
  • Create New...