in a Windows Forms Application, I have a PictureBox around the Cursor (using the MouseMove-Event), but want to pass the Click Event on to the Controls below it. At the moment the PictureBox Click-Event fatches every Click. Therefore I think I have to make this one PictureBox some kind of invisible for the Click Event.
How do I have to change the PictureBox Click-Event in order to do so?
Thanks in advance! Toby