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!

need help wit webbrowser

Status
Not open for further replies.

tid

Programmer
Oct 22, 2003
23
IL
Hi,
i wonder if someone has found a code sample to that or know how to to this :
Im building a tool like a webbrowser and using for that the activeX webbrowser componenet.
Everything is ok with that but i can't find the next thing - i like to be able to drag a link and relese it ON the same instance of the webbrowser. this should rise a drag&drop event.
The problem is when you for now i can't do it. even when you try it on IE you only can see the black no entry icon.
so it seem there is no event to that.i try to use the IDocHostUIHandler.GetDropTarget(...) but it seem the broweser don't call this event even when i try to do do the d&d.
i try to enable the allowdrop but it is not enough.
I know it can be done since i saw it in webbrowser like MyIE2.

Thanks.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top