G
Guest
Hello,
I need to draw some text on a form. No problem
....
e.Graphics.DrawString(drawString, drawFont, drawBrush, x, y, drawFormat)
My problem is that I want to draw the text on top of some label controls.
Is there a way to do this using the Graphics DrawString method? Is there a
way to do this using another method?
Thanks
I need to draw some text on a form. No problem
....
e.Graphics.DrawString(drawString, drawFont, drawBrush, x, y, drawFormat)
My problem is that I want to draw the text on top of some label controls.
Is there a way to do this using the Graphics DrawString method? Is there a
way to do this using another method?
Thanks