stevesharp 0 Newbie Poster

I've been looking all day for a way to somehow save a TabPage containing runtime-added images and controls (the user can move them in the TabPage) so that they can be used later. I tried using serialization but it seams that you can't serialize interfaces. I'm using a SqlCe database but I couldn't find a way to store it there either.

Can you please point me in the right direction?
Thanks in advance.