Hello,
I'm trying to fix the code in an app which was written by someone who has now left.
The problem comes when I try to click onto a certain form, and I get the error :
==========================
Compile Error :
Method or data member not found.
==========================
It then breaks on the following line :
Can anyone shed any light on why ?Code:WebBrowser1.Navigate "http://xxx/yyy/login.asp?LoginName=" & Login & "&Password=" & Pass
I've checked the web, and the webbrowser1 object should have 'Navigate' as one of it's members, but when I type 'webbrowser1.' - the intellisense doesn't show this ?
Thanks,




Reply With Quote