APPTITLE??
BlitzMax Forums/BlitzMax Beginners Area/APPTITLE??| 
 | ||
| How can I change the name of the window/app and the opengl one create with the name "BlitzGL Window" by default? I haven't found a command for doing that... | 
| 
 | ||
| I created a mod that does this and other things: pert.appfuncs create a folder in your mod directory called pert and unzip this mod inside it then rebuild. details here: http://www.blitzbasic.com/Community/posts.php?topic=43341 | 
| 
 | ||
| Thank's Perturbatio! Releasing anything without changing the caption name would be so unprofesional! :-) ps: the link to your post shows an internal error from the server :-b | 
| 
 | ||
| I take it you log in at blitzmax.com? just change the domain in the url. I ended up logging in to all three domains just to make sure I can follow links. | 
| 
 | ||
| Use AppTitle variable AppTitle = "My App" |