When I am Using general concatenation Its Not Working.
I Am Doing Like This
RTFTEXTBOX.RTF+= "Some Text";
Its Not Working
But When I Am Doing Like
RTFTEXTBOX.TEXT+= "Some Text"; But In This Case It Is Not Taking RTF Feature.
If Any One Have Idea Regarding This Please Let Me know.
Best Regards
Shivendra
sangramPosted Aug 22, 2005, 10:41 AM
richtext box is different form simple textbox.
richtextbox.rft
its rtf format.U serach on rtf format.study it.Then u will get the idea about richtextbox.
In richtextbox u can insert images,different font format.
Regards
sangram