if i want to draw something on the control, then how can i do it?
For example, when i call function named WriteSomeThingOnPanel(),
Then there will be a line drawn on Panel?
I have tried to get the Graphics of the Panel by
Graphic.FromHwnd(panel.Handle);
then draw the line, but nothing can be drawn?Thanks