วันเสาร์ที่ 26 ธันวาคม พ.ศ. 2552

Run XNA in fullscreen mode

in Game1() constructor set the property IsFullScreen = true;

public Game1()
{
graphics = new GraphicsDeviceManager(this);
Content.RootDirectory = "Content";
graphics.IsFullScreen = true;
}

ไม่มีความคิดเห็น: