On 8/14/07, Hanady <[EMAIL PROTECTED]> wrote: > Hi All, > I hope you are all doing great. I will much appreciate your help with > the following issue: > I need to write a superscript letter in VC++. It is a caption field in > an "About" dialog box which should say "<project name> TM version > <version number>". where "TM" should be a superscript. Can anyone > please help me out with that in VC++? Thank you.
You have a Unicode character that is the TM sign. The Unicode code point for it is 2122, look around in charmap and you'll surely find it. -- Tamas Marki
