vrocco Posted July 18, 2007 Share Posted July 18, 2007 Could someone explain the differences between a List and ListView? When would you use each? I am making a slideshow program. I want the user to be able to add picture files to a list (or listview) and then go through that list and process each file and add it to the show. Which one would I use in this case? Thanks in advance! Vito Link to comment Share on other sites More sharing options...
PsaltyDS Posted July 18, 2007 Share Posted July 18, 2007 Could someone explain the differences between a List and ListView? When would you use each?I am making a slideshow program. I want the user to be able to add picture files to a list (or listview) and then go through that list and process each file and add it to the show.Which one would I use in this case? Thanks in advance!VitoYour best bet for questions like this is to run the demo script in the help file for the function you are interested in. Run the demos for GuiCtrlCreateList() and GuiCtrlCreateListView(). You'll see differences right away, and get a little practice using them in the process. The first difference you will see is that ListView supports multiple columns. VenusProject2 1 Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now