Jump to content

Search the Community

Showing results for tags 'gui buttons'.

  • 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. Hey guys I hope you can get me in the right direction with this one: It's pretty easy to get a list with a specific filetype, and show it with _ArrayDisplay #include <File.au3> Local $aFileList = _FileListToArray("C:\Test\", "*.txt") _ArrayDisplay($aFileList, "Available text files") But what if I want to create a GUI with a button for every available txt file, and name each button after the txt file? Let's say I have 3 txt files in C:\Test\ file1.txt file2.txt file3.txt Should end up with a GUI with 3 buttons lined up vertically: [ file1 ] [ file2 ] [ file3 ] I hope it makes sense :-)
×
×
  • Create New...