Creating a copywrite character in window header

BlitzPlus Forums/BlitzPlus Programming/Creating a copywrite character in window header

Slomas(Posted 2010) [#1]
I am writing a program (Blitz plus) for someone who wants a copywrite symbol included in the the window title itself-
I hate to tell people 'it can't be done'

any ideas much appreciated?- Steve


Sauer(Posted 2010) [#2]
Use the ASCII code (169 for the copyright symbol) and the Chr$() command:
AppTitle "Title "+Chr(169)+" Title"



GfK(Posted 2010) [#3]
...or hold down L-ALT and hit "0169" on the numeric keypad.


Slomas(Posted 2010) [#4]
Great Thanks!

I was thinking along those lines but the ASCII codes listed in my Blitz+ command ref only go to 127....


ford escort(Posted 2010) [#5]
as a side note, the copyright symbol is 184 © the 169 the ® is registerer trademark