Changing notify header

BlitzPlus Forums/BlitzPlus Programming/Changing notify header

How do I change the notify window header so the title is not blitzcc?

when you create your executable the title is the name of the .exe, if you want more control look into winapi MessageBox()

AppTitle "YOUR_TITLE_HERE"

That should do it. ;)

Ahh damn. Didn't think of that. Thanks guys :)