Using the WebBrowser to display a folder...
What is the best way to:
A) Create a new folder (via a button) like Right Click>New Folder...
This is generally displayed as a folder with a spark at the top-right corner...
B) Navigate to the Parent Folder (via a button) such as the old Dos command "CD .."
This is generally displayed as a folder with an up arrow...
For the first item, (A), I guess you could split the path with "\" and remove the last folder... but I would rather use some system folder method if available...
For the second item, (B), you could use MKDir, but that does not function the same as the standard windows method, where it creates a "New Folder" directory, optionally followed by a number if necessary... Plus you are placed in Edit Mode for the Name (F2)...
How would you implement standard windows methods in these 2 cases?
Again, I am using the WebBrowser to display the Files/Folders
Thanks In Advance,
-Josh
Visit My Site
PROGRAMMER:
Red-eyed, mumbling mammal capable of conversing with inanimate objects.
What is the best way to:
A) Create a new folder (via a button) like Right Click>New Folder...
This is generally displayed as a folder with a spark at the top-right corner...
B) Navigate to the Parent Folder (via a button) such as the old Dos command "CD .."
This is generally displayed as a folder with an up arrow...
For the first item, (A), I guess you could split the path with "\" and remove the last folder... but I would rather use some system folder method if available...
For the second item, (B), you could use MKDir, but that does not function the same as the standard windows method, where it creates a "New Folder" directory, optionally followed by a number if necessary... Plus you are placed in Edit Mode for the Name (F2)...
How would you implement standard windows methods in these 2 cases?
Again, I am using the WebBrowser to display the Files/Folders
Thanks In Advance,
-Josh
Visit My Site
PROGRAMMER: