TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
mina barzegar
NA
1
1.3k
merge several different files into a single file using c#
Jun 14 2015 11:53 AM
I need to combine multiple files (video & music & text) into single file with a custom file type (for example:
*.abcd
) and custom file data structure , and the file should only be read by my program and my program should be able to separate parts of this file. How do this in
.net
&
c#
? -- my file has any size , for example 300 MB , 500 MB or 1 GB and merged file's size is about 1.5 or 2 GB , how i do it ? .. (using stream or memory stream ?!!)
https://www.imageupload.co.uk/image/ZWnh
My program is similar to Microsoft Power Point .in pptx file you can put your texts and videos and then save the file with *.pptx format and load it anytime...
Reply
Answers (
1
)
how to increase height of windows form to its default
How to read PDF file as text file and match a specific word?