How to set windows title?
BlitzMax Forums/BlitzMax Beginners Area/How to set windows title?
| ||
How to set windows title, default is 'BlitzGL Window', I hope change it to 'My Game Name'. |
| ||
Two for the price of one ;) http://www.blitzbasic.com/Community/posts.php?topic=47198 |
| ||
thanks, so how to set icon? |
| ||
Man, I'm on a roll :D http://www.blitzbasic.com/codearcs/codearcs.php?code=1345 * edit * You're very welcome |
| ||
thank you very much. |
| ||
bear in mind that the link posted for changing window title will only work on Win32 platforms. I wrote a module that does this (and a few other things), currently only win32 and MacOSX but when I figure it out in linux, I'll add that. http://www.blitzbasic.com/Community/posts.php?topic=43341 *EDIT* I've just added linux support :) |