G
Guest
Hello NG,
I want to draw a rectangle on my panel:
Graphics g = panel1.CreateGraphics();
g.FillRectangle( .......
no problem.
But if I put Form-Elements, like a button, on this panel,
my rectangle is behind this button.
But I want to render it in the front.
What can I do to solve this problem ?
regards
Stephan
I want to draw a rectangle on my panel:
Graphics g = panel1.CreateGraphics();
g.FillRectangle( .......
no problem.
But if I put Form-Elements, like a button, on this panel,
my rectangle is behind this button.
But I want to render it in the front.
What can I do to solve this problem ?
regards
Stephan