Results 1 to 4 of 4

Thread: Mathematical symbols do not display in RTF file

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Jul 2001
    Location
    Villiers, South Africa
    Posts
    301

    Mathematical symbols do not display in RTF file

    My application opens a RTF-file with maths papers which I created with MS Word. The font was Times New Roman and I inserted a couple of symbols like triangles, greater than-, not equal to-, etc. from the "Insert - Symbol" menu.
    When I open the rtf documents with Wordpad, the symbols are correct.
    When I open the rtf documents with my VB application, the symbols are displayed totaly different, like question marks, squares, etc.
    How can I fix this problem?

  2. #2
    Only Slightly Obsessive jemidiah's Avatar
    Join Date
    Apr 2002
    Posts
    2,431
    Those characters are part of the extended ASCII chart. Maybe the RTF control can't display them?

    On a side note, this would probably be better answered in the General VB forum
    The time you enjoy wasting is not wasted time.
    Bertrand Russell

    <- Remember to rate posts you find helpful.

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Jul 2001
    Location
    Villiers, South Africa
    Posts
    301
    Yes, I know, I tried it, but I could not get a solution in that section.
    The RichTextBox displays the symbols correctly when I use Win XP, but not on PCs with Win 98 and Win ME.

  4. #4
    Only Slightly Obsessive jemidiah's Avatar
    Join Date
    Apr 2002
    Posts
    2,431
    Check the version of the OCX on each machine. If they're different, try backing up the Win98/ME version and replacing it with the WinXP one.
    The time you enjoy wasting is not wasted time.
    Bertrand Russell

    <- Remember to rate posts you find helpful.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width