RichTextBox Control

G

Guest

Hello:

Microsoft is making my stuff hard to do with .NET as I'm a VB6 developer.
How do I add an image to a RichTextBox Control in .NET?

Thank you!
 
G

Guest

Well, you can use the "OLEObjects" collection.
E.g.:

RichTextBox1.OLEObjects.Add , , , "C:\myPicture.gif"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top