Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!cs.utexas.edu!sdd.hp.com!decwrl!apple!voder!pyramid!ctnews!ios!garyk From: garyk@ios.Convergent.COM (Gary Kipnis) Newsgroups: comp.windows.ms Subject: Re: Copyright Symbol in AboutBox Message-ID: <994@ios.Convergent.COM> Date: 6 Aug 90 01:57:56 GMT References: <1344@msa3b.UUCP> Reply-To: garyk@ios.Convergent.COM (Gary Kipnis) Organization: Unisys NCG Lines: 9 In article <1344@msa3b.UUCP> kevin@msa3b.UUCP (Kevin P. Kleinfelter) writes: >Using the dialog editor, how does one put the copyright symbol in >a dialog box? (i.e. the little "c" inside the circle) In your .rc file put the following string: "Copyright \251 ..." 251 is the octal ascii code for the copyright symbol. gary