GUI question: special characters in window name?

Hello,
Is it possible to display special characters (e.g. raised, small TM, subscripts) in a TGMainFrame’s title bar? Thanks!
Ed Oltman

Hi Ed,

You could use the hex value of the special symbol in the main frame title string.
I did tests with SetWindowName(“Test of \xAE”); and it displays ® symbol in
the main frame title.

Cheers, Ilka

Hi Ilka,
I am using win32gdk v4.00/7 (from CVS today, built w/ VC++6.0)SetWindowName(“Test of \xAE”) produces a window with the text “Test of a???”.
Ed

Hi Ed,

I was expecting the same behavior but I see it is not the case.
I hope our windows specialists will answer your question.

Cheers, Ilka

Hi Ed,
thanks for reporting it. Fix in CVS.

Regards. Valeriy