hello.
how can i put a text box on a picture box in my desired x,y location?
Printable View
hello.
how can i put a text box on a picture box in my desired x,y location?
Draw a picturebox on a form, then a text box. "Cut" the textbox, select the picture box, and paste. If the text box appears in the upper left corner of the picture box, you did it right. Now, when setting the left and tpo attributes of the text box, left 0 is the left side of the picture box, etc.
Z.