First Project

BlitzMax Forums/MaxGUI Module/First Project

Gord(Posted 2008) [#1]
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.


plash(Posted 2008) [#2]
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.


Gord(Posted 2008) [#3]
Thanks. Its a treeview I will need.