Is it possible to make the TextBox control in VB6 to handle Unicode characters? I want the user to be able to enter Unicode characters (for example text in Russian or Chinese language) and then save the text in a text file (in the Unicode format).
What is the best method to achieve this? Or is it even possible?
This is a piece of cake in VB.NET, but i have a legacy VB6 program to maintain, and need to add Unicode support to it.
What is the best method to achieve this? Or is it even possible?
This is a piece of cake in VB.NET, but i have a legacy VB6 program to maintain, and need to add Unicode support to it.