I need to create a picturebox on top of a textbox, that when clicked, passes the click onto the picturebox below the textbox. How would I go about doing this? Would I use SendMessage to, somehow, send the click down to the textbox and cancel it on the textbox? If so, what messages would I send?
The picturebox, in Z-order, is above the textbox. However, any event of clicking should be passed as if the textbox was above the picturebox.