i want a application that save a file (file's conent is complex .. Text + audio + image + video).. save and retrive from it.in my app..
tanx all.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Mahesh ChandPosted Oct 27, 2013, 2:34 PM
To make it like PowerPoint where you can insert an object that can hold a file type, you will have to do extra work. Your WPF Window will work as a placeholder of controls and you can drag and drop an Object control (that you will create) and this object can then be the surface to hold other objects.
Hope this gives you a direction. Good luck!