windows explorer styled control in .net

  • Thread starter Thread starter parez
  • Start date Start date
P

parez

Hi all,

Is there a windows explorer styled control in .net for win forms (3.0)
or do i have to write my own?

TIA
 
Hi,

Other than a Open/SaveFileDialog and a BrowserDialog, no there is no
Explorer control in .Net. There are however, som code samples for this. I'm
sure there are plenty more, but some samples are listed below

[A Windows Explorer in a user control]
http://www.codeproject.com/KB/miscctrl/ExplorerTree.aspx

[Windows Explorer in C#]
http://www.c-sharpcorner.com/Upload...11292005230454PM/WindowsExplorerinCSharp.aspx

[Windows Explorer]
http://www.c-sharpcorner.com/UploadFile/faraz.rasheed/WinExplorer12032005010314AM/WinExplorer.aspx
 
Hi,

Other than a Open/SaveFileDialog and a BrowserDialog, no there is noExplorercontrol in .Net. There are however, som code samples for this. I'm
sure there are plenty more, but some samples are listed below

[AWindowsExplorerin a user control]http://www.codeproject.com/KB/miscctrl/ExplorerTree.aspx

[WindowsExplorerin C#]http://www.c-sharpcorner.com/UploadFile/nkumar/WindowsExplorerinCShar...

[WindowsExplorer]http://www.c-sharpcorner.com/UploadFile/faraz.rasheed/WinExplorer1203...
--
Happy Coding!
Morten Wennevik [C# MVP]

parez said:
Is there awindowsexplorerstyled control in .net for win forms (3.0)
or do i have to write my own?

Thanks.. link3 code is better (for me) than link 2
Link 2, I think loads all folders on Application Load
 
Back
Top