Z-order problem

  • Thread starter Thread starter G. Alper Alaca
  • Start date Start date
G

G. Alper Alaca

Hi, I draw a series of rectangles --like when you press save button in word,
series of rectangles goes
to bottom-- but all of those appears behind controls such as groupbox,
panel.

Or imagine, you need to draw a diagonal line form top-left corner to
right-bottom corner.

I want my drawings to appear on top. How can I make it?
 
You can change the z-order on a form by using the send to back and bring to
front options on the menu.

Br,

Mark.
 
thanks for replying,
but it does not work, It works for z-order of controls only, not for
drawings.
 
Back
Top