image in richtextbox

J

johansaton

Hi,

How can i use an image in a richtextbox in a Windows Form application
written in C#? I have a richtextbox with print facilitities and i need
to be able to print the text and an image.
 
M

Maniac

chanmm schreef:
I can just copy and paste any image in if you want.

chanmm

Yeah i figured that out after a while. My colleagues told me different
and that it could't be done easily. It took me just 3 lines of code...
But thnx anyway!
 
M

Maniac

Maniac schreef:
chanmm schreef:


Yeah i figured that out after a while. My colleagues told me different
and that it could't be done easily. It took me just 3 lines of code...
But thnx anyway! I needed it in the textbox during initialisation. I knew that i could copy an image dureing runtime, but tha't was not what i needed. I realised that i could copy it to the clipboard during compilation and after that it was easy.
 

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