|
||
|
|
|
|||||||
| Register | FAQ | GFWiki | Members List | Donate | Arcade | ChocoJournal | Mark Forums Read |
| Welcome to the Gamingforce Interactive Forums. |
|
GFF is a community of gaming and music enthusiasts. We have a team of dedicated moderators, constant member-organized activities, and plenty of custom features, including our unique journal system. If this is your first visit, be sure to check out the FAQ or our GFWiki. You will have to register before you can post. Membership is completely free (and gets rid of the pesky advertisement unit underneath this message).
|
![]() |
|
|
LinkBack | Thread Tools |
|
C#: Graphical display of directories.
I dunno if this is the right place or even if we can ask on programming or not. If not, then my apologies.
I am basically making a program in C# that appends either at the beginning or the end of a file name characters, numbers, etc. The program works nicely. However, having to type out the directory can be a pain, and would especially not be useful to those who are not so computer gifted. I am wanting to make a graphical display that allows the user to transverse through directories. It will show a.) regular files and b.) directories. I don't know if there is a way to use the graphical icons that various programs need. I suppose that is not necessary, as in truth I only need icons to show a directory and non-directory. Or maybe not even icons (I suppose even having some text saying directory and file will do). The BIG thing though is allowing the user to transverse through folders, being able to go up to the root folder and down from one folder into another. Thanks for help you guys can provide on this. |
|
I don't remember how (and I don't have VS.NET installed), but there is something you set either when you construct it or when you create it that sets it to open the current directory and not choose files in the list box. It's somewhere in the docs for it.
and Brandy does her best to understand
|