Hey, I've got another gfx question about SDL (I've still got the
Access Violation problem if anyone can help with that), more about the Windows GUI than SDL though.
I'm attempting to put together a crappy 2d RPG (just to see if I can do it) and I want to make map-making less confusing with an application that will show the map and let you place the tiles in the window instead of writing the map file by hand.
My question is; Is it possible to 'embed' an SDL frame/window into a Windows window? What would I need to know to accomplish this (code snippits are always welcome, but I'm looking more for articles to read up and learn how to do it myself)?
And just in case I haven't explained what I'm looking for I've doctored an image to look something like the final product.

And yes, I did

.
Once again, I am not looking for someone to spit out the code, I'm looking for direction (eg. "You should look into ..." or "This article may help..." etc.), so please don't think I'm trying to get something from nothing.Thanks for any help.