G
Gregory Khra
I need to draw a text string on the form. In order to do it I create Paint
event handler and place a command
e.Graphics.DrawString(...)
Unfortunately if other controls on the form overlap with this string, they
hide it.
How can I make the string appear on top of other controls? (other controls
are defined at design time and I don't paint them)
event handler and place a command
e.Graphics.DrawString(...)
Unfortunately if other controls on the form overlap with this string, they
hide it.
How can I make the string appear on top of other controls? (other controls
are defined at design time and I don't paint them)