This example will show you how to build a simple GUI framework for the Kinect to use with XNA applications. XNA doesn't have a native set of GUI widgets like WPF does, so if you need a button or a scrollbox, you have to build your own. This sample should help with that task.