file explorer

Blitz3D Forums/Blitz3D Beginners Area/file explorer

mrjh(Posted 2006) [#1]
I want to make my own file explorer that behaves as close to the normal (like in regular programs) windows file explorer.

Any advice or code would be very much apreciated!


WolRon(Posted 2006) [#2]
Then use BlitzPlus...


octothorpe(Posted 2006) [#3]
ReadDir() + quads. Use 2d primitive and text drawing commands in place of quads for prototyping.

Here's a primitive example which would need a lot of work:




mrjh(Posted 2006) [#4]
Thanks for the code! As for using BlitzPlus, I don't have enough money to go buying all the programs I want to. Currently, Blitz3d, milkshape, and a C++ compiler are the only programs that I have.

Also, is there an esier way to do this in C++?