I am trying to make an ActiveX control work in my program. The component (UserControl) has transparent boxes on it and the control itself is transparent, so it can overlay an image. I put boxes on it so the user can click in the box and go to another screen based on the group from the main image they picked.
But it doesn't recognize the mouse clicks on the transparent control. There seems to be no mechanism to bring the transparent screen to the front (I tried), so I think the click is landing on the main Image box on the screen instead of on my control.
Is it possible to use a click event handler on a transparent control or does it need to be approached differently (assuming it's possible to do this) ?