Click here to Skip to main content
15,911,646 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how can l print image with its url on textbox
Ex:textbox1.text="c:\hksk\a.jpg"
l want to print that
Posted
Updated 29-Mar-11 0:12am
v2

1 solution

Your question is not very clear. Do you want to draw an image and write text inside this image?...

If so, you can:
- Just place a Label above a PictureBox (right click the control and click "Bring to front")
- Or add a handler to the Paint event of your PictureBox and draw the text with Graphics.DrawString method.
 
Share this answer
 
Comments
dan!sh 29-Mar-11 6:53am    
Added OP's reply as comment: I want to print "c:\hksk\a.jpg" when I click button

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900