Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I need to build an e-teaching applications, the application allows teachers write lesson plans, presentations. Basically, this is a similar type of application software of microsoft powerpoint, but I have no ambition to build fully functional as all microsoft did.

The idea is like that, but when deploying it faced many difficulties in the design solution:

  • System development on the Windows platform, desktop application, c #, WPF.

  • System management lecture materials (application for permission to open multiple documents and each document can have multiple pages)

  • Each page in a document will display editor that allows teachers to create lesson (drawings, images, audio, video, flash objects, java object (jar))

  • The editor should I use objects? Canvas or custom Canvas or enything else.(future function there will be zoom in / out...)

  • The graphic object in as rectangles, circles, .. images, flash, jar ... I should use objects or inherit from frameworkelement or drawingvisual .. (these objects can be rotated, animation, resize ...)

  • Photo bellow illustration a brief idea of ​​the application for you to understand better: Main application image

Thank you

share|improve this question
This is not what Stack Overflow is for, Thang.NQ. We are here to help with specific programming problems that have definitive answers. Please read The FAQ and all the various sources for asking good questions. – Matt Ellen May 27 '11 at 8:23
1  
What is your question? – Rhapsody May 27 '11 at 8:24

closed as not a real question by RichardOD, Matt Ellen, Ian Ringrose, Henk Holterman, slugster May 27 '11 at 8:34

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

Browse other questions tagged or ask your own question.