Hey guys,

I know this has got to be possible and I've been trying to figure it out for almost 2 years now. .NET is totally Unicode enabled. Anybody got any suggestions as to how to read Chinese from a text file into a ListBox in C++.NET??

Something to do with setting the Culture or the Language or the code page (is this old, like MSVC++ 6.0?) or does it have something to do with using wchar_t as the type or something to do with changing the Encoding to UTF-16 or Unicode??

I'm dying for a good EXAMPLE of how to do this. I spoze I oughtta get one of my Chinese programmer friends to help me out. They'd probably look at my English XP and scratch their head and shrug their shoulders.

Thanks for all suggestions,

Swaine777