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
Diogo
NA
5
0
How to add arraylist items to a unique stream
Apr 24 2008 10:52 AM
Hi folks!
Well, take a look:
int nfiles = arrArchives.Count;
Stream st = null;
for (int i = 0; i <= nfiles; i++)
{
st = arrArchives[i];
}
So, I want add arraylist items into "st" stream, how to do this?
This below code donĀ“t works, the error: "Cannot convert source type 'object' to target type 'System.IO.Stream'"
Thanks in advanced :)
Reply
Answers (
2
)
Word Automation on Custom Properties
Bizarre Outlook emailing issue