Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

insert image

Status
Not open for further replies.

gacaccia

Technical User
Joined
May 15, 2002
Messages
258
Location
US
hi all,

hopefully an easy question for someone. how do you insert an image object into a rich text control in vb.net?

thanks,

glenn
 
You could probable draw the image in the control in the controls Paint method.

 
thanks for the reply. that sounds like a way to me to create a new image, but i want to insert an image from file. also, would drawing an image using the paint method only affect the display, or could you then save the RTF control contents and have the image get saved as part of that?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top