Win98 dotnet unicode

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Meelis

    #1

    Win98 dotnet unicode

    Hi

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




    Mex


  • Crouchie1998

    #2
    Re: Win98 dotnet unicode

    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


    Comment

    • m.posseth

      #3
      Re: Win98 dotnet unicode


      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]




      Comment

      • Meelis Lilbok

        #4
        Re: Win98 dotnet unicode

        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=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]


        Comment

        • m.posseth

          #5
          Re: Win98 dotnet unicode

          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 : m.posseth@nohau systems.com




          "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

          Working...