Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

webbrowser navigate2 and IE7 fails

Status
Not open for further replies.

bawstl

Programmer
Sep 11, 2003
29
US
I have a windows application (VB net 2005) that uses the shdocvw.internetexplorer and a webbrowser. Then watches for a file to be created and then navigates to that url. This process works fine using IE6 but returns an HRESULT fail code of 0x80040201.

Thanks,
Bruce
 
Figured it out. The issue was with trimend changed to just trim for the url
 
Just a question, why aren't you using the webbrowser control and file system watcher?
 
I started out using the webbrowser control, but there was an issue on the web site when trying to open a second window (edit driver, work order...) would always bring the user back to the login screen.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top