Win98 dotnet unicode

  • Thread starter Thread starter Meelis
  • Start date Start date
M

Meelis

Hi

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




Mex
 
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
 
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]
 
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
 
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
 
Back
Top