Hide extensions on Tree Control?
I was wondering if it's possible to hide the file extension on the Tree Control object? My product doesn't look very... professional with ".rtf" cluttering the end of all the links :P
Oh, if it's any help, the path it's currently exploring is:
Appdir$+"Software"
Re: Hide extensions on Tree Control?
Loop through each items and remove the .rft?
Re: Hide extensions on Tree Control?
Ah, k... but how? Can you give me some specific coding?
Re: Hide extensions on Tree Control?
This kinda thing: http://people.pwf.cam.ac.uk/jlnw3/tmp/Application.zip
Not entirely sure how you're supposed to know how many items there are in the tree or anything. And editing an item seems to put it at the top of the tree (is that a bug?)