image in richtextbox

  • Thread starter Thread starter johansaton
  • Start date Start date
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.
 
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!
 
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.
 
Back
Top