richtextbox data type is image or text

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • phpfreak2007
    New Member
    • Sep 2007
    • 31

    richtextbox data type is image or text

    hi

    I want to get content of rich textbox.How I come to know that richtextbox contains image or text..??
  • balame2004
    New Member
    • Mar 2008
    • 142

    #2
    Originally posted by phpfreak2007
    hi

    I want to get content of rich textbox.How I come to know that richtextbox contains image or text..??

    Rich textbox contains only text.

    - Balaji U

    Comment

    • Kelly Juntunen
      New Member
      • Jul 2010
      • 1

      #3
      Not true

      Create a RTB in a form or InfoPath.
      Create a new Word document.
      Type "This is Rich Red Text." and "This is a picture: "
      Make the letters bold and red (you should know how to do this in Word).
      Insert a small picture under the words.
      Save the file as .RTF
      Select the text and the picture (image) or Select All (Ctrl-A)
      Copy to the clipboard (Ctrl-C).
      Go back to your form, paste (Ctrl-V) your words and image..it should show up (the words in Red and the image) in an RTB. It will not show up (the text will but not the formatting or the picture).

      Balaji...try again.

      Comment

      Working...