Changing notify header

BlitzPlus Forums/BlitzPlus Programming/Changing notify header

ozak(Posted 2005) [#1]
How do I change the notify window header so the title is not blitzcc?


Kev(Posted 2005) [#2]
when you create your executable the title is the name of the .exe, if you want more control look into winapi MessageBox()


Blaine(Posted 2005) [#3]
AppTitle "YOUR_TITLE_HERE"

That should do it. ;)


ozak(Posted 2005) [#4]
Ahh damn. Didn't think of that. Thanks guys :)