I'm sorry you are going to need to expand on what you mean by windows form? If you are using c++ what libraries are you using for your windows form or are you using just plain old WIN32? Please provide a little more information about what you are actually using and what is available to you. Are you creating this application using .NET? If you are using .NET perhaps you should ask this question in the .NET forum as they will have more input on what is available in the .net library for you to use.
I'm sorry you are going to need to expand on what you mean by windows form? If you are using c++ what libraries are you using for your windows form or are you using just plain old WIN32? Please provide a little more information about what you are actually using and what is available to you. Are you creating this application using .NET? If you are using .NET perhaps you should ask this question in the .NET forum as they will have more input on what is available in the .net library for you to use.
Hi
I am using Visual c++ .net 2003
I have created a new Project which is a Windows Form Application.
I have created a form, within that form I have a treeview and a listview which I selected from toolbox.
1) How can I list specific folders in the treeview
2) How can I list the contents of the folders in listview
I want to create something similar to windows explorer.
Comment