<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=Windows-1252"><META content="MSHTML 6.00.2800.1400" name=GENERATOR></HEAD><BODY><DIV><FONT face=Arial size=2><SPAN class=374342909-13072004>Hi All</SPAN></FONT></DIV><DIV><FONT face=Arial size=2><SPAN class=374342909-13072004></SPAN></FONT> </DIV><DIV><FONT face=Arial size=2><SPAN class=374342909-13072004>Is it possible to get vee objects such as cyclic buttons, labels, drop down lists, etc to display unicode characters for international language support? I did a quick test and found that if I pasted some Japanese characters into a text box, the text got replaced with "????????". However, strangely, if I pasted exactly the same characters into a formula box it pasted in correctly. However, in both cases, if I routed the output from the text box/formula box to an input pin on a label, the label only showed "????????"</SPAN></FONT></DIV><DIV><FONT face=Arial size=2><SPAN class=374342909-13072004></SPAN></FONT> </DIV><DIV><FONT face=Arial size=2><SPAN class=374342909-13072004>Thanks for any advice.</SPAN></FONT></DIV><DIV> </DIV><DIV align=left><FONT face=Arial color=#000080 size=2>Nick </FONT></DIV>---<BR>You are currently subscribed to vrf as: rsb@soco.agilent.com<BR>To subscribe send a blank email to "join-vrf@it.lists.it.agilent.com".<BR>To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com".<BR>To send messages to this mailing list, email "vrf@agilent.com". <BR>If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com".</BODY></HTML><BR><P><FONT SIZE=2>---<BR>Outgoing mail is certified Virus Free.<BR>Checked by AVG anti-virus system (http://www.grisoft.com).<BR>Version: 6.0.718 / Virus Database: 474 - Release Date: 09/07/2004<BR></FONT> </P>
> labels, drop down lists, etc to display unicode characters
> for international language support?
AFAIK no way, no how. There's a call in user called IsWindowUnicode. It
returns FALSE (0) for any window that wasn't created with a class that was
registered with the wide-character version of RegisterClass.
Even though VEE isn't UNICODE aware, that doesn't mean you can't use it. VEE
objects will never be able to display UNICODE characters, but many ActiveX
objects can explicitly use UNICODE. It's usually a pain in the rear but it
can be done if absolutely necessary.
-SHAWN-
---
You are currently subscribed to vrf as: rsb@soco.agilent.com
To subscribe send a blank email to "join-vrf@it.lists.it.agilent.com".
To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com".
To send messages to this mailing list, email "vrf@agilent.com".
If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com".