IcingDeath
Freshman
- Joined
- Feb 2, 2005
- Messages
- 31
Here is the thing... I need some sort of control to display files and folders as they are displayed in explorer. I tested the web browser control like this
and it works fine. I am just wondering if there is a way to make the control display its toolbar (explorer like) or if not, how can i make it change its view to details (I can do this by right clicking on empty space and going to View-> Details, but i need to do it programmaticaly).
I searched the internet for related articles but came up with nothing and that makes me curious as to why noone has written anything about this yet. I am developping for XP pro.
Thanks for your time guys....
Code:
AxWebBrowser1.Navigate2("C:\")
and it works fine. I am just wondering if there is a way to make the control display its toolbar (explorer like) or if not, how can i make it change its view to details (I can do this by right clicking on empty space and going to View-> Details, but i need to do it programmaticaly).
I searched the internet for related articles but came up with nothing and that makes me curious as to why noone has written anything about this yet. I am developping for XP pro.
Thanks for your time guys....