document-view

What are some good resources for the document/view or composite application architecture?

Lately I've been working on applications that are relatively data-oriented. In general, they tend to be editors for data represented by classes that are related in odd ways. I've been handling it by having a UserControl for each type of object and as the selection changes the program displays the appropriate editor for the object. The...

Internet Explorer as Document Viewer

I need a document viewer control, so I got an idea to use embedded Internet Explorer (version 7) web browser control to display a content of a document. The control don't allow changes for some types of documents (plain text document, for example), but for the others (Word's document) it allows user to change and save a document. Is th...