T
teslar91
I need to display a tiled image in the MDI container form's client
area, and also detect right-clicks in that area. How do you do that?
So far, I've unsuccessfully tried:
1) Placing my image in the form's BackgroundImage, and creating a
MouseUp event for the form. The event never fires.
2) Placing a Picturebox in the Form, docked to fill, and moving my
image and MouseUp event to that. Now the event fires, but the
Picturebox covers all my child forms. Sending the Picturebox to the
back didn't change anything.
3) Googling for the answer helped with dozens of my other silly VB.NET
questions, but I can't find a solution for this one.
Thanks in advance.
area, and also detect right-clicks in that area. How do you do that?
So far, I've unsuccessfully tried:
1) Placing my image in the form's BackgroundImage, and creating a
MouseUp event for the form. The event never fires.
2) Placing a Picturebox in the Form, docked to fill, and moving my
image and MouseUp event to that. Now the event fires, but the
Picturebox covers all my child forms. Sending the Picturebox to the
back didn't change anything.
3) Googling for the answer helped with dozens of my other silly VB.NET
questions, but I can't find a solution for this one.
Thanks in advance.