Re: How can I popup a hidden menu on webbrowser?
- From: liangrf@xxxxxxxxx
- Date: 12 Jul 2006 05:23:35 -0700
At first, you might host WebBrowser control, you will get
ShowContextMenu method by IDocHostUIHandler, then
Returns one of the following values:
S_OK Host displayed its own user interface (UI). MSHTML will not
attempt to display its UI.
S_FALSE Host did not display any UI. MSHTML will display its UI.
DOCHOST_E_UNKNOWN Menu identifier is unknown. MSHTML may attempt an
alternative identifier from a previous version.
Sees
MSDN:http://msdn.microsoft.com/library/default.asp?url=/workshop/browser/hosting/reference/ifaces/idochostuihandler/showcontextmenu.asp
.
- References:
- How can I popup a hidden menu on webbrowser?
- From: gmclee
- How can I popup a hidden menu on webbrowser?
- Prev by Date: Using DWebBrowserEvents2 to handle redirects...
- Next by Date: Re: Using DWebBrowserEvents2 to handle redirects...
- Previous by thread: How can I popup a hidden menu on webbrowser?
- Next by thread: Using DWebBrowserEvents2 to handle redirects...
- Index(es):
Relevant Pages
|
|