cmcrae Posted April 24, 2003 Posted April 24, 2003 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.. Quote
Guest mutant Posted April 24, 2003 Posted April 24, 2003 I think you would have to use the e.Graphics.DrawString in the picturebox's paint event. Quote
*Experts* Nerseus Posted April 24, 2003 *Experts* Posted April 24, 2003 Can you just put a Label in the PictureBox? -Ne Quote "I want to stand as close to the edge as I can without going over. Out on the edge you see all the kinds of things you can't see from the center." - Kurt Vonnegut
aewarnick Posted April 27, 2003 Posted April 27, 2003 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. Quote C#
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.