Results 1 to 5 of 5

Thread: Crazy String Question

  1. #1

    Thread Starter
    Lively Member new_money's Avatar
    Join Date
    Jan 2001
    Posts
    127
    I have a textbox that has this in it:

    ‹(•¿•)›

    And I can't get it to display right. It does vertical bars for most of the characters.

  2. #2
    Lively Member AndySoft's Avatar
    Join Date
    Oct 2000
    Location
    Massillon, OH
    Posts
    68

    Try another font...

    [No message]
    -AndySoft
    [email protected]
    [email protected] (Use the other one first!)

    I use: NASM, HTML, Perl, PHP, JavaScript, Batch, TI-Basic (TI-83+), QBasic 1.1, QuickBASIC 4.5, QuickBASIC Extended 7.1, VB-WIN 6 Ent., and the rest of Visual Studio 6 Ent. And who knows what else!

  3. #3

    Thread Starter
    Lively Member new_money's Avatar
    Join Date
    Jan 2001
    Posts
    127
    Perfect, thank you

  4. #4
    Hyperactive Member
    Join Date
    Jun 2000
    Location
    Gig Harbor, WA; Posts: 89950
    Posts
    360
    You can only use standard Characters in a textbox or rich text box, as default. By standard I mean, exactly as they appear on the keyboard. This is because ASCII standards have set it up that way. I would suggest coding them in (If there is a numeric representation available for each individual Character through ASCII) I have not looked them up.

    If all else fails save the characters as an Image, and stick it in an ImageBox

    Font size will not matter.

    Lee
    Mahalo
    VB6(SP5), VC++, COBOL, Basic, JAVA
    MBA, MCSD, MCSE, A+
    Computer Forensics

  5. #5
    Hyperactive Member
    Join Date
    Jun 2000
    Location
    Gig Harbor, WA; Posts: 89950
    Posts
    360
    Or I could be compltetly wrong!

    I thought you were using a TTF

    Sorry!
    Mahalo
    VB6(SP5), VC++, COBOL, Basic, JAVA
    MBA, MCSD, MCSE, A+
    Computer Forensics

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