Obtaining shortcut from clipboard



I tried various net searches, but came up with nothing, so here is my question.

I host the IE browser control in a C++ Builder application. A problem that I have is that the 'copy shortcut' command from the context menu of the IE AX control doesn't result in the link being put onto the clipboard. I suspect this is so because the control host does this (like when IE is used, IE is putting the shortcut onto the clipboard).

So I've tried to attach events to the IHTMLWindow3 (oncontextmenu, oncopy, etc.). This doesn't work - I get no events of any kind. Well, the onbeforeprint event does fire and I see it <g>.

I would appreciate any ideas on how to solve my problem. Ideally, I'd like to be able to know that the 'copy shortcut' command was executed and what the shortcut is.

TIA,
Alex
.



Relevant Pages

  • Re: Obtaining shortcut from clipboard
    ... Try to implement IOleCommandTarget in your host IDocHostUIHandler ... I host the IE browser control in a C++ Builder application. ... IE is putting the shortcut onto the clipboard). ...
    (microsoft.public.inetsdk.programming.webbrowser_ctl)
  • Re: A marketing question
    ... RTC Host, Viewer and Control work through firewalls and proxy servers by using the HTTP protocol, acting like a Web Browser. ...
    (borland.public.delphi.thirdpartytools.general)
  • Re: Multiple authorized_keys2 files or how to achieve same effect.
    ... Good recommendations so far, but I can't help but think with hundreds of ... host, /etc/sudoers and more than you've not listed and more that you've ... integrated will slash an unbelievable amount of minutia and trouble out ... of applied and available user control. ...
    (SSH)
  • RE: Multiple authorized_keys2 files or how to achieve same effect.
    ... If you are looking for docs on building Centralized LDAP Authentication ... control, you may find my HOWTOs useful, or not at all. ... I will investigate both LDAp/MySQL with PAM and freeradius. ... hosts, and granularity of control spanning one-off host, global host, ...
    (SSH)
  • Re: Windows Forms app in Win32
    ... could you host internet explorer inside your Win32 app and then use that in turn to host your winforms code? ... Other applications and dvelopment tools that are capable of hosting ActiveX controls, including the ActiveX test containers from versions of Visual Studio that are earlier than Visual Stueio .NET 2003, are not supported hosts for Windows Forms control. ... I now need to get my dll, the basis of which is a Windows Forms Control, to display in the Delphi app, but I'm having no luck, and have been hitting my head against brick walls for weeks and weeks. ...
    (microsoft.public.dotnet.framework.windowsforms)