Jump to content

dialog box


Recommended Posts

Hello Everyone I am fairly new to autoit and need to run a script that Reads in file names in a specific directory and display each file name in a separate dialog box. Can anybody help with this?

thanks,

Dan

do need anything like this :

#Include <File.au3>
#Include <Array.au3>
$FileList=_FileListToArray(@DesktopDir)
If @Error=1 Then
    MsgBox (0,"","No Files\Folders Found.")
    Exit
EndIf
_ArrayDisplay($FileList,"$FileList")

quoted from the help file within Autoit

[quote]Baby you're all that I want, When you're lyin' here in my armsI'm findin' it hard to believe, We're in heavenAnd love is all that I need , And I found it there in your heartIt isn't too hard to see, We're in heaven .Bryan Adams[/quote].............................................................................[u]AUTOIT[/u]

Link to comment
Share on other sites

Hello Everyone I am fairly new to autoit and need to run a script that Reads in file names in a specific directory and display each file name in a separate dialog box. Can anybody help with this?

thanks,

Dan

Hi m8,

Star2 said it all

But you gan use GuiCtrlCreateListView :D

Have a look in AutoIT help file and try to use the example and adapt in your script!

The Help file is the bible of AutoIT :)

Cheers

Old Scriptology

Visual Ping 1.8 - Mass Ping Program with export to txt delimited.

Desktop 2 RGB and YMCK - Pick a color in the desktop and get the RGB and YMCK code.

Desktop 2 RGB - Pick a color in the desktop and get the RGB code.

ShootIT 1.0 - Screen Capture full and partial screen

[font="'Arial Black';"]Remember Remember The Fifth of November.[/font]

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...