VB.NET Win98 and UNICODE

M

Meelis Lilbok

HI

Has .NET under Win98 same problem with unicode what had VB6?

I cant use cyrillic font under win98 and vb.net Framework 2.0?


Mex
 
M

Meelis Lilbok

Hi

Nope this does not help
Under win98 you just cant type cyrillic font in vb.net textbox
if i set font property arial and cyrillic then yes i can type cyrillic
letters but no estonian letters like ÖÄÜÕ
aso.



also when you want to fill listview from sqlserver, unicode text is
displayed ????? like it was in vb6


Meelis
 
M

m.posseth

I used web GUIS in some of my apps to support all languages

this might be an idea for you ( this even works on win 95 ofcourse then with
VB6 )

regards

Michel Posseth
 
K

Ken Halter

m.posseth said:
I used web GUIS in some of my apps to support all languages

this might be an idea for you ( this even works on win 95 ofcourse then
with
VB6 )

regards

Michel Posseth

fwiw, I've used Web Browser controls and html based UIs in VB6 too to
support languages and give the users the ability to customize their
screens... it turned out to be the best thing we could've done because it
eliminated the "multiple language support" issue for us. The end user can
use their own words, in their own language to describe the functionality our
software provides. Saved us bundles for translators, etc and the customers
seem extremely happy (especially after we convert their company logo to
something that shows on inside our software on one or more of those pages)
 
C

Cor Ligthert [MVP]

Meelis,
Nope this does not help
Under win98 you just cant type cyrillic font in vb.net textbox
if i set font property arial and cyrillic then yes i can type cyrillic
letters but no estonian letters like ÖÄÜÕ
aso.
Than what has it to do with Unicode. Unicode is not describing a font, if it
works in one font than if the font has that charachter described, than it
would work in the other font.

However as far as I remember me has Win98 not such a nice way for setting
all codesets as it is in XP.

Cor
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top