|
-
Apr 21st, 2003, 06:42 PM
#1
Thread Starter
Stuck in the 80s
WebBrowser as a File Explorer
I'm trying to use the WebBrowser control as a file explorer, yet I can't figure how to navigate to My Computer. If I have it navigate to it, it'll search for 'My Computer' instead. 
Also, how do you set the View inside it, such as Large Icons, Small Icons, List, and Report?
Any help would be much appreciated.
-
Apr 21st, 2003, 06:47 PM
#2
Thread Starter
Stuck in the 80s
Also - is there a way I can keep it from opening folders in a new window?
-
Apr 21st, 2003, 07:21 PM
#3
To navigate to My Computer...
VB Code:
WebBrowser1.Navigate "::{20D04FE0-3AEA-1069-A2D8-08002B30309D}"
Don't know how to change the view though.
Laugh, and the world laughs with you. Cry, and you just water down your vodka.
Take credit, not responsibility
-
Apr 21st, 2003, 07:40 PM
#4
Thread Starter
Stuck in the 80s
Originally posted by crptcblade
To navigate to My Computer...
VB Code:
WebBrowser1.Navigate "::{20D04FE0-3AEA-1069-A2D8-08002B30309D}"
Don't know how to change the view though.
That loads My Computer, but when I double click on an icon, it doesn't navigate to the drive?
-
Apr 29th, 2003, 12:50 PM
#5
Thread Starter
Stuck in the 80s
Anyone know any good File Explorer controls that maybe uses a ListView or a TreeView, or both?
I'm getting tempted to just make my own.
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
|
Click Here to Expand Forum to Full Width
|