Posts Tagged Render Control

March 25, 2009

XNA Game Editor Tutorial #1: Form, Render Control

In this chapter, we are going to get started on our editor. To get started, add a new project to your solution. However, this time we will make it a “Windows Forms” project. This will create a project with the necessary references to use windows forms in your project. These forms are the basis of [...]