Jump to content

Search the Community

Showing results for tags 'control size/position'.

  • 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 1 result

  1. I've found this useful in adjusting window and control sizes and positions in my programs (and in fact writing this program). The file: _WindowControlOperationsUDF.au3 contains the UDF The file: Example for _WindowControlOperationsUDF usage.au3 is an example how to use it. #include UDF in your program at the top and put _WindowControlOperations() in your While 1 loop as shown in example file. That's it. Run your program and press Alt+W to start it up. Instructions pop up and I think it's pretty easy to use. It records the results in an array that you can use for then putting back into your program. Extensive comments (and history) however that's the way I code. Any comments/suggestions welcomed. Example for _WindowControlOperationsUDF usage.au3 _WindowControlOperationsUDF.au3
×
×
  • Create New...