المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : creating an own file for my application



C# Programming
09-05-2010, 01:51 AM
i found many articles about creating custom files in .net, they explained well.
but in my scenario differ. my application is capturing four types of data simultaneously.
they are x,y coordinates , video , voice and ,pictures and save in relevant formats. now i want to create single file putting these four files in to one ,so i would like to know how can i do this and after creating single file how can i break this in to four formats again.
appreciate your ideas ...

thanx in advance.