Just a note about the codeplex example. It states that the Winform Series one sample (that i posted a link to) does not allow you to use the xna content manager. This is incorrect. The GraphicsDeviceControl has a ServiceContainer member called Services, so its a simple matter to instantiate a content manager.
// somewhere on GraphicsDeviceControl or a subclass
ContentManager = new ContentManager(Services, "Content");
Game hobbyist hell-bent on coding a diabolical Matrix