Re: Code Page problem in SetWindowText




"Tom Serface" <tom.nospam@xxxxxxxxxxxxx> ha scritto nel messaggio
news:OIPsKEB8HHA.5212@xxxxxxxxxxxxxxxxxxxxxxx
That's a really good point. I hadn't thought of that before. So I guess
if you are moving strings in and out of controls a lot there could even be
a performance improvement using Unicode.

Hi Tom,

I completely agree with this analysis by David, at least on the (real)
operating systems like Win2K/XP/Vista, that are Unicode-native.
(Win9x "toys" are a different thing, maybe there ANSI is faster than
Unicode, because they are ANSI/MBCS-native, but the Win9x family is not
interesting for me.)

G


.



Relevant Pages

  • Re: Unicode in VB6 form?
    ... >I have problem with Unicode text in VB6 forms. ... In Windows NT, the controls in VB6 show ... To make Unicode controls, you could use CreateWindowExW depending on the OS ...
    (microsoft.public.vb.winapi)
  • Re: Microsoft Layer for Unicode on Windows 95/98/Me systems
    ... > "- Codepoint conversion from upper to lower case and vice versa ... > These are examples I have listed for missing Unicode support in VB. ... controls and fonts but I wanted to include other possibilities. ... That textbox can display Unicode. ...
    (microsoft.public.vb.winapi)
  • Re: Japanese XP themes
    ... OK, for the common controls, I've seen conflicting statements about which controls can handle Unicode and which can't. ... Even if your application is compiled for a Unicode environment, if you send a string to an ANSI control, the ANSI control is still going to depend on the system's default code page for non-Unicode applications. ... But on rereading your latest message, this doesn't seem to be your problem because you're taking some action when you detect that the system's default code page already is Japanese. ... The common controls ought to be OK already, those that run in Unicode should continue running in Unicode, and those that run in Shift-JIS should continue running in Shift-JIS. ...
    (microsoft.public.vc.mfc)
  • Re: Unicode in VB6 form?
    ... Unicode controls, the end user must have Office installed OR download a free ... >>I have problem with Unicode text in VB6 forms. ... > Not in Windows 9x. ...
    (microsoft.public.vb.winapi)
  • Re: Unicode in VB6 form?
    ... > TreeView, ListView and Combo box wrappers, but I want to do this with API ... > and make form Unicode with VB6 controls... ...
    (microsoft.public.vb.winapi)

Loading