display .rtf file

I am implementing a user agreement form inside my app. How can I display the user agreement file (.rtf) into a textbox for example


Answer this question

display .rtf file

  • JohnBurton

    anybody has an idea on displaying a textfile inside a textbox or sth like that

  • U m A i R

    I ended up using a streamReader for it. I got it working with .dat and .txt file. but not .rtf. I display the stream to my textbox.text.
    It would be nice to make it work with .rtf so that the formatting is preserved.

  • ravefred

    Hi

    I want to open/diaplay a text file on the screen of Windows mobile emulator on a button click event.
    Can anyone help me with this

    Thanks in advance.

    -Gaurav

  • toptamic

    donkaiser wrote:
    Thanks Sharp. too bad CF doesn't support richtextbox.

    Yes! I'm a little bit busy with Class Library work of my project. Right after that I'll be on mission for this. So we'll be collaboratig on this matter. Hope to get an easy solution.

    Cheers ;-)



  • WL_07

    Ilya Tumanov wrote:

    There's a 3rd party rich ink control which can be used:

    http://www.intelliprog.com/netcf/richink.html

    Nah! its based on royality, 100 sales 100 payments to the company :( Now way!



  • Amos Soma

    Thanks Sharp. too bad CF doesn't support richtextbox.

  • Ian1971

    There's a 3rd party rich ink control which can be used:

    http://www.intelliprog.com/netcf/richink.html



  • Timmy0614

    It would be nice to know the work around about solving this problem for CF in VS.

  • Bubba76

    I'm also finding for the same whoever gets the clue we'll inform each other.

    Cheers ;-)



  • Asim_DIT

    use a streamreader like i said. i don't remember it's been a while i haven't develop on mobile device. i remember there's no way to display .rtf file.

  • display .rtf file