Results 1 to 2 of 2

Thread: Characters not showing up as planned

  1. #1

    Thread Starter
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682

    Characters not showing up as planned

    Console App in VB.net...

    The following line was intended to use Ascii characters (as shown in MSDN, "Chart 2 (codes 128-255)" to draw a box onscreen.

    The string shown here...
    VB Code:
    1. Console.WriteLine("¨X¨T¨T¨T¨T¨T¨[")

    was intended to draw the top line of a square (complete with corners) but when I run the code I actually get...

    Code:
    +-----+
    on the screen.

    Does anoyone know how to either change the Console's font easily (doubt if that possible) or know what the Console's codepage says I should be using?
    Last edited by wossname; Nov 20th, 2003 at 05:26 AM.
    I don't live here any more.

  2. #2

    Thread Starter
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682
    It should look like this...
    I don't live here any more.

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