A view of files and folders

  • Thread starter Thread starter Phil
  • Start date Start date
P

Phil

Hello

Can anybody tell me how easy it would be to add a view to a form, in the
same manner as the view in a OpenFileDialog. That is, I want to have a
list/tree view in a form that I have created.

I have a little knowledge of inheritance, and I did wonder if I could
inherit the behaviour from, for example, the OpenFileDialog.

Any directions to some code that does the above, although not necessarily
via inheritance, would be most grateful.

Phil
 
Hi,

Check out the folder viewer and file viewer controls in the free
vbpowerpack.

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dv_vstechart/html/vbpowerpack.asp

Ken
-------------------
Hello

Can anybody tell me how easy it would be to add a view to a form, in the
same manner as the view in a OpenFileDialog. That is, I want to have a
list/tree view in a form that I have created.

I have a little knowledge of inheritance, and I did wonder if I could
inherit the behaviour from, for example, the OpenFileDialog.

Any directions to some code that does the above, although not necessarily
via inheritance, would be most grateful.

Phil
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top