Win98 dotnet unicode

M

Meelis

Hi

What about unicode under win98 and .NET VB or C#?
VB6 does not support unicode, .NET does?




Mex
 
C

Crouchie1998

As far as I remember Win 98 doesn't support unicode either. This was
discussed a few months ago in this newsgroup

Crouchie1998
BA (HONS) MCP MCSE
 
M

m.posseth

Depends on what you mean with doesn`t support unicode

I have made programs in VB6 that show unicode characters ( also on win 9.x )

VB6 is internally completely unicode compatible however it`s displaying
controls are not , so a workaround is to make a HTML GUI
with this aproach you can even show unicode on Windows 95 machines ( file
writing must be done with fso with the tristate true flag on , this is the
big secret to get it working )

i use this technology also in VB.net as it is so flexibel

regards

Michel Posseth [MCP]
 
M

Meelis Lilbok

Hi Michael

Im using MS Forms2, but you allready know problems with this components...
:)
Do you have any samples with HTML GUI?


Mex



m.posseth said:
Depends on what you mean with doesn`t support unicode

I have made programs in VB6 that show unicode characters ( also on win
9.x )

VB6 is internally completely unicode compatible however it`s displaying
controls are not , so a workaround is to make a HTML GUI
with this aproach you can even show unicode on Windows 95 machines (
file
writing must be done with fso with the tristate true flag on , this is
the
big secret to get it working )

i use this technology also in VB.net as it is so flexibel

regards

Michel Posseth [MCP]



Crouchie1998 said:
As far as I remember Win 98 doesn't support unicode either. This was
discussed a few months ago in this newsgroup

Crouchie1998
BA (HONS) MCP MCSE
 
M

m.posseth

Hello Meelis,


How do you want it ... VB6 or VB.Net ???

Met vriendelijke groeten ,
kind regards,

Michel Posseth
Software developer [MCP]

"I have not failed. I've just found 10,000 ways that won't work."

Nohau systems B.V.
Division systems development
`s Gravelandseweg 398 A-C
3195 BK
Schiedam
Netherlands

Tel : + 31 (0) 10 8502812
e-mail : (e-mail address removed)




Meelis Lilbok said:
Hi Michael

Im using MS Forms2, but you allready know problems with this components...
:)
Do you have any samples with HTML GUI?


Mex



m.posseth said:
Depends on what you mean with doesn`t support unicode

I have made programs in VB6 that show unicode characters ( also on win
9.x )

VB6 is internally completely unicode compatible however it`s displaying
controls are not , so a workaround is to make a HTML GUI
with this aproach you can even show unicode on Windows 95 machines (
file
writing must be done with fso with the tristate true flag on , this is
the
big secret to get it working )

i use this technology also in VB.net as it is so flexibel

regards

Michel Posseth [MCP]



Crouchie1998 said:
As far as I remember Win 98 doesn't support unicode either. This was
discussed a few months ago in this newsgroup

Crouchie1998
BA (HONS) MCP MCSE
 

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

Similar Threads

VB.NET Win98 and UNICODE 7
DotNet interop Control 1
Add Code to support NON-Unicode 4
Decomposing Unicode Characters 1
MySQL AND UNICODE 3
unicode supports vb.6.0? 10
unicode 1
Unicode in .NET 8

Top