Jump to content
Xtreme .Net Talk

Recommended Posts

Posted (edited)
If I do that, it says, "Method System.Char.Chr not found." If I compile the program when it says that, an "a" with a tilde over it appears as the button text, but I told it to display the Greek letter pi. Edited by Klogg
Take a look at my programs. Go to my web site.
Posted
I tried that too, and it does the same thing. I also found out that if I put in a different code number, it displays a different character, but it's not the one it's supposed to be either. Why is it displaying this error message and showing the wrong characters?
Take a look at my programs. Go to my web site.
  • *Experts*
Posted
Many of the characters above 128 are not all the same in every font. Make sure you're looking at the ASCII table for the right font. I recommend the Character Map for that.
Posted
One more question. Is there either a way to find the ASCII value from the Character Map or a way to convert Unicode to text in VB? If I just copy and paste the pi symbol to my code, it changes it to "p" every time I close Visual Studio and open it again.
Take a look at my programs. Go to my web site.
Posted
I'm assuming that the "U+03C0" that the character map gives me is Unicode, so how do I tell that to VB or find an ASCII value for it? If you can put that value in the Convert.ToChar statement, I can't figure out how.
Take a look at my programs. Go to my web site.
Posted
I found out that the "U+03C0" is the Unicode, or maybe just the number part of it. Could someone please tell me how to convert this to an ASCII value or how to tell VB to display it?
Take a look at my programs. Go to my web site.
Posted
Never mind. I figured it out. I have to convert the 03C0, which is hexidecimal, to decimal, and enter that in a Convert.ToChar statement. It works, but it still says, "Method System.Char.ToChar not found," in the Task List for some strange reason.
Take a look at my programs. Go to my web site.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...