Tamas Marki wrote:
> 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.

If the OP really needs it superscripted (or the above won't work - e.g. 
weird/wonky fonts), they will need to find something like a lightweight 
HTML text parser/display class (e.g. CodeProject.com has a few) and then 
subclass the static text on the dialog.

-- 
Thomas Hruska
CubicleSoft President
Ph: 517-803-4197

*NEW* MyTaskFocus 1.1
Get on task.  Stay on task.

http://www.CubicleSoft.com/MyTaskFocus/

Reply via email to