Dropping Something On Webbrowser Control
- From: ILAZAR@xxxxxxxxx
- Date: 26 Feb 2006 09:17:42 -0800
Hi,
I have a User Control which contains AxSHDocVw.AxWebBrowser control
docked inside.
I host this UC inside a Windows form.
My goal is to be able to drag a link (LinkLabel Control) which is
inside the window form onto the User Control.
After searching a little I found out that using GetDropTarget
(IDocHostUIHandler) and passing my own implementation of IDropTargt
interface class, gets to my function's implementation
(DragEnter, DragOver...) only if i start dragging something from inside
the HTML hosted by the AxWebBrowser.
Can anyone give me any direction on how to implement this operation?
Getting any of the following events will be good:
- mouse move from User Control \ AxWebBrowser while dragging something
on it.
- drag enter from User Control \ AxWebBrowser
- DragOver from User Control \ AxWebBrowser
or anything which can let me know about dragging from out side of the
browser into it.
Thx!
Iddo
.
- Follow-Ups:
- Re: Dropping Something On Webbrowser Control
- From: liangrf
- Re: Dropping Something On Webbrowser Control
- Prev by Date: Re: WebBrowser Control + Asynchronous Pluggable Protocol weird problem
- Next by Date: Re: WebBrowser Control + Asynchronous Pluggable Protocol weird problem
- Previous by thread: WebBrowser Control + Asynchronous Pluggable Protocol weird problem
- Next by thread: Re: Dropping Something On Webbrowser Control
- Index(es):
Relevant Pages
|
|