hi,
i have a picturebox sitting on a form
when the picturebox is clicked with the mouse, it of course raises the mouseclick event on the picturebox
is there any way to ignore the picturebox so that a mouseclick event is raised on the underlying form (as if the picturebox was transparent)
thanks