dotnetman Posted July 25, 2005 Posted July 25, 2005 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. :) Quote
mark007 Posted August 24, 2005 Posted August 24, 2005 How are you loading the image viewer from the VB app? Quote Please check the Knowledge Base before you post. "Computers are useless. They can only give you answers." - Pablo Picasso The Code Net
Recommended Posts