Text and pictureboxes

cmcrae

Newcomer
Joined
Jan 21, 2003
Messages
10
This is a stupid question but since I am stummped and not sure how to do it. How do you print text into a picturebox and get it to display..
 
I think you would have to use the e.Graphics.DrawString in the picturebox's paint event.
 
The lablel would create a rectangle around the text but I don't think handling the paint event would. If you don't care about the rectangle that the label will leave that would be easiest.
 
Back
Top