How can i draw on top of an control which has many controls in it? (Z-order top)

Posted by ikky on Stack Overflow See other posts from Stack Overflow or by ikky
Published on 2010-04-25T11:19:53Z Indexed on 2010/04/25 11:23 UTC
Read the original article Hit count: 174

Filed under:
|
|

Hi! I have a large panel with lots of pictureBoxes inside it. Is it possible to draw on these pictureboxes by drawing on the panel?

What i want is that the actual drawing is on top of the panel.

Is this possible to do, if so, how?

Thanks in advance

© Stack Overflow or respective owner

Related posts about compact-framework

Related posts about c#