Hi,
I'm working in C# Windows Forms, with an MDI system. My documents contain several different objects. I want those objects to be shown as dragable windows *inside* the document (MDI client) window, and to be part of that window (ie scroll with it, affect the scroll bars, etc). I've tried to add the windows as children of the MDI client window and I get an error. I've also tried a bunch of other things, none of them work.
Is that possible, or do I have to create several controls to fake it?
I'm not married to the MDI, I just used it to get this to work.... SDI would be fine if I could get #(@!$ child windows to work....
Thanks in advance,
Joe