Keyboard Events not getting fired through Interop

dotnetman

Member
Joined
Jan 4, 2005
Messages
19
Hi Friends,
I have made a CCW that basically loads up an image viewer on a button click. The button click events are handled within a VB program. The image viewer resides in the GAC and is loaded by a method within the CCW. The image viewer has a feature that allows the user to navigate through image thumbnails using the Up/Down arrow keys. This feature works great as long as the calling program is also a .Net app. However, when the image viewer is invoked via the CCW by a VB program, the Up/Down arrows cease to function. The focus never goes to the image viewer and stays on the calling program. Anyone got any idea why this might happen.

Appreciate the help.
DNM. :)
 
Back
Top