Hello,
I am placing few controls in Rich text box, Like normal text box, picture
box etc. But when i am savgin the content of rich text box....it is onlt
stroing the
text which i have wriiten into it. It is not saving the tex of the control
whih are placed inside it.
it is not saving the picture of Picturebox control whcil is chid control of
rich text box.
Can anybody help me to do this?
Regards,
Tushar Vaja
Kevin Spencer - 31 Jul 2007 13:19 GMT
What do you mean by "saving the content?"

Signature
HTH,
Kevin Spencer
Microsoft MVP
Printing Components, Email Components,
FTP Client Classes, Enhanced Data Controls, much more.
DSI PrintManager, Miradyne Component Libraries:
http://www.miradyne.net
> Hello,
>
[quoted text clipped - 10 lines]
> Regards,
> Tushar Vaja
Herfried K. Wagner [MVP] - 31 Jul 2007 21:38 GMT
"Tushar" <tushar_vaja@yahoo.co.in> schrieb:
> I am placing few controls in Rich text box, Like normal text box, picture
> box etc. But when i am savgin the content of rich text box....it is onlt
[quoted text clipped - 3 lines]
> it is not saving the picture of Picturebox control whcil is chid control
> of rich text box.
This behavior is by design. Only content added directly to the richtextbox
is stored. You cannot add content by adding other controls to the
richtextbox' 'Controls' property or by placing them above the richtextbox
control.

Signature
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>