file explorer
Blitz3D Forums/Blitz3D Beginners Area/file explorer
| ||
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! |
| ||
Then use BlitzPlus... |
| ||
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: |
| ||
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++? |