Don’t I need a struct to store the directory info so I can work out what directory was clicked in the tree? I think I know what you mean by recursive…
Hey Paul, was looking at this tutorial from yourself… and i’m trying to use the above code to make use the dotnet TreeView as a directory lister. S…
Thanks Lutteral, Seems like that’s the best way to work it, meant I had to adjust the rest of my code accordingly but it has worked. Cheers
Nope, it’s because m is changing classes whilst within the function, and later in the function it’s still being called from the initial declaration…
Sweet, that’s exactly that’s what I’m looking for… Thanks
Hmmm, thanks for that, was searching for something like this a while back and didn’t find anything… This will be very useful thankyou.
Thanks, that’s what i’ve ended up doing, writing a baking script in pflow and getting it to do all my animation offsets according to particle birth ti…
Found a small bug… You know when you get an email from a Apple Mac with a jpeg and you get 2 files, one that windows will open and a small file it ca…
Only one slight critism/suggestion, you can’t use your mouse wheel to scroll up and down.
Brilliant! Works on 3dsmax 9 if you remove the @ from the line maindir = … Thanks a lot for this I was about to write my own and this is much better …