Click here to Skip to main content
15,887,214 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hello ...
I Have a project and I need to add Multi- files folder to my project then I want to the user explorer it by pressing a Button .... is that Possible

Thx in advanced

sorry for my last mistake

I am working on a project Windows Forms and I want to look like cylinder , Content cylinder such as Tutorial Lessons and Programs&Tools ....
when I want to open any kind of the lessons I have written :
Process.start("Totorial.swf")Then my Program start Explorer my media file

if I wrote the code for my folder like this :
Process.start("c:\Test") it well be open in my pc but it well be not of some one else ... because he didn't have such directory and files

as you know the programs has many files in different extension , I need to add these folders to my project(Full content of the folder with its files)
then user can be open it by pressing a Button such as :
WinRAR as button and when I press the button it well open my folder(WinRAR& his files) from my project so can the user use it and explorer it

is that possible and what is the wright way to add these folders and what the Appropriate code to use it
Posted
Updated 17-May-15 12:17pm
v3
Comments
Dave Kreskowiak 16-May-15 18:40pm    
You're going to have to explain this in a LOT more detail starting with what kind of app are you talking about? Windows Forms, WPF, ASP.NET, ...
Ralf Meier 18-May-15 1:03am    
Could you show an Example from your Directory-Tree and what you want to do with it ?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900