Thanks Tom,
Thats kind of what I thought cause in VB6 I just changed the font when I had similar problems. But I am new at RB and from all the reading I have done it seems I was told to always use the system font in the properties for best results. I am just trying to cover any possible issues when building for Mac as I am new to them too :)
Appreciate it,
Dave Bert


From: "Dixon, Tom" <[EMAIL PROTECTED]>
Reply-To: Getting Started <[email protected]>
To: "Getting Started" <[email protected]>
Subject: RE: Ascii code question
Date: Mon, 2 Jan 2006 21:46:24 -0600

You do it in code like this:

StaticText1.Text = "some special characters: " + Chr(169) + Chr(174) +
Chr(153)

This works provided that the characters actually exist in the font
specified for the StaticText control. The Windows default System font
does not include a TM but Arial does. The default font, System, for
StaticText will show an odd character for Chr(153).

HTH

Tom


> I just today tried using the alt-0169, alt-0174, and alt-0153
> in a static text. 2 out of 3 worked. That said, what is the
> correct way to add symbols to static texts in RB? I am on
> Windows. I found a Mac app that looks useful but was curious
> if anyone knew of a similar one for developers that runs on Windows?
> I am referring to ASCII Tools and ASCII Pro.
> Thanks,
> Dave Bert


_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to