|
-
Sep 18th, 2002, 01:54 AM
#1
Thread Starter
New Member
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 ?
-
Sep 18th, 2002, 02:12 AM
#2
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|