V
Vinayak Kamat
The .Net 2.0's webbrowser control is neat and pretty.
But I am not able to capture Key events when the focus is on the
webbrowser control in my winform.
Options tried.
1. Wrote a class which extends this WebBrowser and override its onkeyup
event - didn't work.
2. Same as option 1 but override preprocessmessage - didn't work.
3. Same as option 1 but override WndProc - doesn't capture any key
events happening in the browser.
Nothing works.
Can someone help me here. Would be gr8 if u can solve this.
Thanks in advance,
Vin
But I am not able to capture Key events when the focus is on the
webbrowser control in my winform.
Options tried.
1. Wrote a class which extends this WebBrowser and override its onkeyup
event - didn't work.
2. Same as option 1 but override preprocessmessage - didn't work.
3. Same as option 1 but override WndProc - doesn't capture any key
events happening in the browser.
Nothing works.
Can someone help me here. Would be gr8 if u can solve this.
Thanks in advance,
Vin