XNA_WINDOW_TITLE

Monkey Targets Forums/XNA/XNA_WINDOW_TITLE

teremochek(Posted 2012) [#1]
How do I change the window title in the XNA. ?


Rone(Posted 2012) [#2]
In the native project, go through the project properties, click on assembly Information and change the value in the title box..

alternatively you can change it in properties/AssemblyInfo.cs


teremochek(Posted 2012) [#3]
It works, thanks Rone.