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]
"Crouchie19 98" <crouchie1998@s pamcop.net> wrote in message
news:O5gU5Om2FH A.3876@TK2MSFTN GP09.phx.gbl...[color=blue]
> 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
>
>[/color]
Im using MS Forms2, but you allready know problems with this components...
:)
Do you have any samples with HTML GUI?
Mex
"m.posseth" <michelp@nohaus ystems.nl> wrote in message
news:OEq$J4m2FH A.3880@TK2MSFTN GP12.phx.gbl...[color=blue]
>
> 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]
>
>
>
> "Crouchie19 98" <crouchie1998@s pamcop.net> wrote in message
> news:O5gU5Om2FH A.3876@TK2MSFTN GP09.phx.gbl...[color=green]
>> 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
>>
>>[/color]
>
>
>
>[/color]
"Meelis Lilbok" <meelis.lilbok@ deltmar.ee> wrote in message
news:OFeS2mr2FH A.2268@TK2MSFTN GP15.phx.gbl...[color=blue]
> 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" <michelp@nohaus ystems.nl> wrote in message
> news:OEq$J4m2FH A.3880@TK2MSFTN GP12.phx.gbl...[color=green]
>>
>> 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]
>>
>>
>>
>> "Crouchie19 98" <crouchie1998@s pamcop.net> wrote in message
>> news:O5gU5Om2FH A.3876@TK2MSFTN GP09.phx.gbl...[color=darkred]
>>> 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
>>>
>>>[/color]
>>
>>
>>
>>[/color]
>
>[/color]
Comment