|
-
Jul 17th, 2002, 08:29 AM
#1
Thread Starter
New Member
event with mshtml.HTMLDocument
I get the following error with
Private WithEvents doc As mshtml.HTMLDocument
Private Sub doc_onmouseover() Handles doc.onmouseover
'mycode
end sub
Error:
'onmouseover' is ambiguous across the inherited interfaces 'mshtml.DispHTMLDocument' and 'mshtml.HTMLDocumentEvents_Event'
What can I do ? Should I remove Handler ?
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
|