Jump to content

Recommended Posts

Posted

How can you get a listbox to have all the values selected? (i need it to be done by autoit, not by the user) or all the values read, and then written into a file using something like: (its probably wrong so please excuse that.)

$value = GUICTRLRead ($list,0) ; lets say the value is \blue.bmp,
$file = fileopen ("File", 2)
FileWriteLine ($file, "FileInstall (" & "$value" & "," "$dest")

and how can the " be shown in the file to create:

FileInstall ( "\blue.bmp", "dest")

and then the next value, and the next of the list box be installed?

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...