IWebBrowser2 in C# form

  • Thread starter Thread starter perry.vo
  • Start date Start date
P

perry.vo

Hello,

I need to be able to create a web browser inside a C# form on a WinCe
device. All is going well by using IWebBrowser2 wrapper in eVC++.
However, I cannot seem to figure out a way to intercept input key
events in C# form before sending them over to the web browser. How can
I go about doing so? It seems that all key events are automatically go
directly to the IWebBrowser control ???

Any help is greatly appreciated.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top