webbrowser

J

Joel Allen

Outlook 2003 SP3

Hi,

I'm using the web browser control in my custom form. I use code like this
and it works:

MyPage.WebBrowser1.Navigate("C:\test\")

How do I programmatically make it go up one level - just like in Windows
Explorer.



Thanks,

Joel
 
K

Ken Slovak - [MVP - Outlook]

Not an Outlook question, but either use the GoBack() method or explicitly
use Navigate with a parsed path to the next level back.
 
J

Joel Allen

What forum should I be using?

Let's say I drilled down a couple of folders. How would I programatically
find the current path that I'm in?

Thanks,
Joel
 
K

Ken Slovak - [MVP - Outlook]

I'm not sure what forum would handle this, but it's definitely not an
Outlook question.

You would use the LocationURL or LocationName properties, both are listed in
the Object Browser for SHDocVw, the web browser reference.
 

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

Similar Threads

Checkbox 1
common dialog 1
appointment 1
Automating Word from script 8
Webbrowser 2
task getting stuck 5
WebBrowser and Popup window 3
Webbrowser initialization and blinking native top bar 1

Top