First Project

BlitzMax Forums/BlitzMax GUI Programming/First Project

As a first gui project I plan to do a photo viewer program in which the user will have the option to see a slideshow of his photos.
Will I need a treeview gadjet or a listbox to show the files? I do not wish to use a open dialog.

If you want to show the whole hierarchy for a path you should use a treeview, however if your only going to be using one directory a list will do fine to show all the files in that directory.

Thanks. Its a treeview I will need.