How can I get Control Keys to work with iWebBrowser2

  • Thread starter Thread starter BillApp2
  • Start date Start date
B

BillApp2

Guest
I have embedded iWebBrowser2 in a dialog box to implement OAuth for our enterprise customers. It works just great EXCEPT the cut, copy, and paste control keys dont work in text edit areas. You can right-click the text area and see these options on the pop-up menu, and they work fine, but using the keyboard NONE of the control-keys do anything.

I have tried writing the embedding code in C ++ and straight C, the same thing happens. I have looked at dozens of OLE/COM interfaces to no avail. Here is an example that illustrates the problem written in C:

Embed an HTML control in your own window using plain C

Can anyone shed some light on how to get the Control editing keys working for iWebBrowser2?

Continue reading...
 
Back
Top