XNA_WINDOW_TITLE
Monkey Targets Forums/XNA/XNA_WINDOW_TITLE
| ||
| How do I change the window title in the XNA. ? |
| ||
| 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 |
| ||
| It works, thanks Rone. |