Free
UniControls by Merri in VBForums.comTimoSoft-Software.de
Paid
UniSuiteHexaGora Unicode Control
Classes and Functions
Unicode classes and functions by Merri in VBForums.comUnicode File Open/Save Dialog
Tutorials
Unicode Tutorial by cyberactivex.com
This comment has been removed by the author.
ReplyDeleteHere, full unicode support in both design mode and during runtime for VB6.
ReplyDeleteOptionButton
Checkbox
Label
CommandButton
File I/O
Clipboard I/O
Other routines for putting Unicode into the caption of any VB control with a hWnd,
including forms.
Just download from here and you're all set:
http://motionlabresources.org/Unicode%20&%20RTF%20for%20VB6.zip
Sorry, these controls do not work with Unicode.
DeleteYou probably have set your default language to Chinese or Japanese and you are limited to that language.
In this case you have Unicode converted to ANSI with CodePage.
Try running your controls on U.S. English or any other Roman language and they just won't work.
In summary, if you wan't Unicode controls, these hacks are not the way to go.