Is it possible to capture a keypress of a div tag which is housing an active-x object? For example:
<body>
<div id="silverlightControlHost">
<object data="data:application/x-silverlight-2,"
type="application/x-silverlight-2"
width="100%" height="100%">
...
</object>
</div>
</body>
As you can see this for a Silverlight object, as there's certain key presses the browser doesn't pass into Silverlight.