<div>Hello. I have nested a VTK app. in a WIN32 windows application in order to be able to make user of the available usercontrols.</div>
<div>This works very well, and is really good. But i have a problem catching keyevents in my VTK application. For example, normally the standard renderer is set up to show wireframes if w is pressed and surface if s is pressed. But now when i run the VTK application in the WIN32 GUI nothing happens if i press either w or s or j or t or whatever.
</div>
<div> </div>
<div>Am I missing something before i can catch keyevents in my VTK app.?</div>
<div> </div>
<div>Thank you in advance and regards.</div>