Jump to content

Search the Community

Showing results for tags 'WinGetText'.

  • 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

Categories

  • Forum FAQ
  • AutoIt

Calendars

  • Community Calendar

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 3 results

  1. If I wanted to repeatedly check only the last line from the results of a WinGetText to trigger a word match via StringRegExp what would be the code/pattern for that?
  2. Breevy is a text expander tool that is a handy productivity tool. However, it can interfere with Send commands to some windows if it is enabled and has the Typo AutoCorrections library imported and the utility is enabled. I seek to determine programmatically what the status of Breevy is either Enabled or Disabled. Via the GUI the utility presents the status as "Enabled" or "Disabled". This was my script to test with: ;With Breevy running and minimized If WinExists('Breevy') Then Opt('WinDetectHiddenText', 1) $hBreevy = WinGetHandle('Breevy') MsgBox(0,"",WinGetText($ hBreevy)) EndIf Results: Breevy.exe Summary of AutoIt v3 Window Info tool: >>>> Window <<<< Title: Breevy (Portable Mode) Class: gdkWindowToplevel Position: -8, -8 Size: 1296, 1010 Style: 0x17CF0000 ExStyle: 0x00000110 Handle: 0x00000000001309DE >>>> Control <<<< Class: Instance: ClassnameNN: Name: Advanced (Class): ID: Text: Position: Size: ControlClick Coords: Style: ExStyle: Handle: >>>> Mouse <<<< Position: 592, 10 Cursor ID: 0 Color: 0xC7D5E3 >>>> StatusBar <<<< >>>> ToolsBar <<<< >>>> Visible Text <<<< Breevy.exe Breevy.exe Breevy.exe Breevy.exe Breevy.exe Breevy.exe Breevy.exe Breevy.exe Breevy.exe Breevy.exe Breevy.exe Breevy.exe Breevy.exe Breevy.exe Breevy.exe Breevy.exe Breevy.exe Breevy.exe Breevy.exe Breevy.exe Breevy.exe Breevy.exe Breevy.exe Breevy.exe Breevy.exe Breevy.exe Breevy.exe Breevy.exe Breevy.exe Breevy.exe Breevy.exe Breevy.exe >>>> Hidden Text <<<< Breevy.exe Any tips or suggestions will be appreciated. Also, is what I'm seeking to achieve feasible via viewing text of the window when minimized to the task bar in the tray?
  3. hi all, I found that the funtion WinGetText can get "visible text". But I wonder if we can write the same function in C... thanks
×
×
  • Create New...