I implemented a WinForm holding a RadDock and in it several Containers, DocumentWindows, ...
Now that there are more and more specialized DocumentWindows I think about defining this windows in separate files and loading this DocumentWindows dynamically when need to be shown.
Could you guid me how to do this easy and elegant?
How can I move the definition of the DocumentWindows into another file?
Generating a new nearly empty WinForm with a RadDoc and copyPaste the Window into that?
How can I load the DocumentWindow dynamically into the main WinForm?
Not all documentWindows are shown after program start, but when the user is selecting it in main menu "View" - just like it is in MS VS.
Thanx
Peter