-
Using windows explorer in my C# form
I have a need to use windows explorer, or an equivalent if there is one,
within my app.
I am currently using a treeview to display contents of a database.
I wish to be able to use explorer to locate the database i will be using in
the treeview, but, i would like explorer to occupy the same space as the
treeview whilst the treeview is inactive, i.e. no active database chosen.
If that is not possible and i must use the normal explorer option, how do I
launch explorer and retrieve my path from it?
TIA
-
Re: Using windows explorer in my C# form
As far as I know, there is no such control as "Windows Explorer", but what
you can probably do is create your own "Windows Explorer" control with the
basic set of cuntionality that you need. You can have a look at the
following article which uses a ListView and TreeView to create a Explorer
Control.
http://www.c-sharpcorner.com/Code/20...inExplorer.asp
I hope that this would help.
Regards
Partha
"Fred" <fred@bedrock.com> wrote in message
news:3e4a506e@tnews.web.devx.com...
> I have a need to use windows explorer, or an equivalent if there is one,
> within my app.
> I am currently using a treeview to display contents of a database.
> I wish to be able to use explorer to locate the database i will be using
in
> the treeview, but, i would like explorer to occupy the same space as the
> treeview whilst the treeview is inactive, i.e. no active database chosen.
> If that is not possible and i must use the normal explorer option, how do
I
> launch explorer and retrieve my path from it?
>
> TIA
>
>
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks