Results 1 to 2 of 2

Thread: Alpha character (greek char set) in vb code

  1. #1

    Thread Starter
    New Member
    Join Date
    Jun 2002
    Posts
    8

    Question Alpha character (greek char set) in vb code

    I have problems using the alpha (greek char) in VB.NET code.

    I need some special characters in my application. Usually I open microsoft word, and the special symbol and copy it into the VB code window. This method is working fine with most characters but not with the Alpha char.

    The character can be placed in the code but each time i'm reloading the project the Alpha characteris replaced with 'a'
    The text I need is: 'Hook á1 lock'

    Can someone help ?

  2. #2
    l33t! MrPolite's Avatar
    Join Date
    Sep 2001
    Posts
    4,428
    could you perhaps use the Chr() function instead? vb6 says it's ascii code is 225, I dont know if that always works the same on all the comps
    rate my posts if they help ya!
    Extract thumbnail without reading the whole image file: (C# - VB)
    Apply texture to bitmaps: (C# - VB)
    Extended console library: (VB)
    Save JPEG with a certain quality (image compression): (C# - VB )
    VB.NET to C# conversion tips!!

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