Unicode on windows 9x

  • Thread starter Thread starter jimmyk
  • Start date Start date
J

jimmyk

Hello, please help me
I made a windows application by VB.NET. Everthing is ok if i run it on
Windows xp, unicode-font objects display properly.
But when i run it on windows 9x (installed unicode fonts already),
only BUTTON display unicode fonts properly, TEXTBOX can't display
unicode fonts. WHY?

Please tell the solutions. I heard that MSLU (for win 9x) can solve
the problem but i don't know how to use it in VB.NET.

Thank a lot.
 
* (e-mail address removed)-spam.invalid (jimmyk) scripsit:
I made a windows application by VB.NET. Everthing is ok if i run it on
Windows xp, unicode-font objects display properly.
But when i run it on windows 9x (installed unicode fonts already),
only BUTTON display unicode fonts properly, TEXTBOX can't display
unicode fonts. WHY?

I would ask this question in the Windows Forms group(s):

microsoft.public.dotnet.framework.windowsforms
microsoft.public.dotnet.framework.windowsforms.controls
 
Back
Top