Ok, I have images drawing in the game projects, and everything works.

Now I need to take this functionality and put it in a regular C# project (The kind that extends Form, not Game).

It seems like the hard part is initializing, the graphicsdevice. Any ideas, or tips?