7Nov/100
Converting between Texture2D and Image in XNA 4.0
Ok, so I'm 2-to-3 weeks late to the party, but I just read this, and thought it might be helpful for people planning to integrate XNA with Windows Forms.
The blog post, written by Popescu Alexandru-Cristian shows a way of converting between a Texture2D object and an Image (GDI) object. Read it fully on Communist Games.