-
codepage
Hi,
Since my question might be tough, I will break it in to pieces. Answers for any one of them is highly appreciated.
1) How do I display multiple language (english, japanese, german, etc) in a textbox?
2) do #1 on the fly. i.e., if I run a for loop to display characters starting from say 1 to 256. Obviously some characters are valid for the current OS and will be displayed fine. but some others will be on a different code page so will appears as '?'. How do I make it so that it displays this other '?' characters correctly?
3) How can I make (package) vb to use multiple codepages?
I'd appreciate all help.