Hi,
Is there any way, i can include a graphic and text in a rich text box control? When i add text to it the graphic gets replaced by the text. Or is there any other control that i can use for this purpose. Please help...
Printable View
Hi,
Is there any way, i can include a graphic and text in a rich text box control? When i add text to it the graphic gets replaced by the text. Or is there any other control that i can use for this purpose. Please help...
What do you want to do, put the text and the graphic over each other or on separate lines?
I am using the rich text box control to print a report. The graphic is the logo. So i need to embed the logo on the left and add the invoice number and the date on the right.
I tried writing in a rtf file and loading it but it does not work.
u could subclass the rtf control and add frame compatibility to it so that the logo will go in a frame :)
How would you do that? I am sorry, i do not completely understand...