Implement of Interface of webbrowser control
in vb6.i want to stop dragging of the link,so that one
can't drop that link outside the application.
After reading some article i found that ,this i possible
in VC++ if we override the funtion of the interfaces like
IdocHostUIHandler or IDocHostUIHandler2 or IDocHostShowUI.
so plz tell me which function should be to override and how
i can do this?

