|
-
Jan 7th, 2006, 12:37 PM
#1
Thread Starter
Addicted Member
How to use Unicode simply
How can I use unicode simply in my project without any activeX objects in Visual Basic 6
If above question or answer will help to you
Don't forget to rate me
தமிழ்இன்பன்
-
Jan 7th, 2006, 12:41 PM
#2
Re: How to use Unicode simply
What is it you want to do with it???
-
Jan 7th, 2006, 01:21 PM
#3
Addicted Member
Re: How to use Unicode simply
-
Jan 13th, 2006, 01:09 PM
#4
Thread Starter
Addicted Member
Re: How to use Unicode simply
Sorry! I can't get enough information in this site.
I want to add a unicode text item in a list box, in my project. How can I add it
If above question or answer will help to you
Don't forget to rate me
தமிழ்இன்பன்
-
Jan 13th, 2006, 01:14 PM
#5
Re: How to use Unicode simply
I think you should read this from our FAQ section (especially "Where are the controls?"):
http://www.vbforums.com/showthread.php?t=365738
..it doesn't look good
-
Jan 13th, 2006, 01:56 PM
#6
Re: How to use Unicode simply
 Originally Posted by thamizhinpan
Sorry! I can't get enough information in this site.
I want to add a unicode text item in a list box, in my project. How can I add it
From the CodeBank.
-
Jan 16th, 2006, 12:46 PM
#7
Thread Starter
Addicted Member
Re: How to use Unicode simply
Yes I have get a code for unicode supported listbox. But I want to use unicode in menus and labels and message boxes. How can I do to it?
If above question or answer will help to you
Don't forget to rate me
தமிழ்இன்பன்
-
Jan 16th, 2006, 02:14 PM
#8
Re: How to use Unicode simply
Short answer: With great difficulty.
Long answer: You need to use the specific API function calls. I've forgotten all the menu ones. Labels are a VB invention, they are just painted onto the form, you can use GDI32 functions for this. For message boxes, it is MessageBoxW() from user32.dll.
And remember always to use the -W variants of functions that you pass strings to. If you need a hand with writing any declarations just ask. Strings are typed as Long and you pass them using StrPtr(mystring).
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
|