PDA

Click to See Complete Forum and Search --> : Drag text in picturebox


Tiny
Apr 11th, 2000, 10:14 AM
How do I put the text in a pictureBox and be able to save the text in picture after?

I found two methods but there is a problem in each case.

- With method Picture1.print "text". I wish the user determine the coordinates (x, y) where he want put her text (Mouse Click) on picturebox.

- And with the method Drag & Drop textbox on picturebox, how to save picture after drop text on picturebox. With PaintPicture, it's impossible (save picture on picture).

And if it's possible to make links with these textbox (textClick) after drag on picturebox!

Thanks for any suggestions…