Exploding Garrmondo Weiner Interactive Swiss Army Penis

Exploding Garrmondo Weiner Interactive Swiss Army Penis (http://www.gamingforce.org/forums/index.php)
-   Help Desk (http://www.gamingforce.org/forums/forumdisplay.php?f=36)
-   -   C#: Graphical display of directories. (http://www.gamingforce.org/forums/showthread.php?t=25019)

mortis Sep 10, 2007 08:35 AM

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.

BlueMikey Sep 10, 2007 09:33 AM

OpenFileDialog? That's built into .NET and you're program will look uniform with other programs.

mortis Sep 11, 2007 03:24 AM

That's almost it. The only problem I am running into is it wants to open a file. However, I am just wanting it to use it to save the directory that the user's files are in that will have the file names changed.

BlueMikey Sep 11, 2007 10:10 AM

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.

mortis Sep 11, 2007 06:55 PM

Ah, I got it. It's not actually openfiledialog but folderdialong. Thanks for pointing me in the right direction though (open dialogs).


All times are GMT -5. The time now is 08:43 PM.

Powered by vBulletin® Version 3.8.9
Copyright ©2000 - 2025, vBulletin Solutions, Inc.