Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Delphi-like directory and file form windows in C#

Status
Not open for further replies.

BillKilgore

Programmer
Mar 17, 2002
60
0
0
US
Hello, All

I'm trying to create a C# form in VS2017-7 to conduct Fourier transforms on data files in several different directories and folders. In my Delphi progs I had windows on my form displaying directories and another of the files in those directories allowing me to move from directory to directory with just a mouse click.

I can't find that in C#. I went thru the Forms toolbox and spent hours searching the web. I even tried the MS community and Newtonsoft.
All the examples I found (directoryEntry, direcctorySearcher, folderBrowserDialog} all seem to be text based with specific directory paths embedded in the code.

Any help here will be greatly appreciated.

Thank you, Bill Kilgore (billkilgore@yahoo.com)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top