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
sangmesh sangulage
NA
49
0
cant find center directry
Sep 11 2009 4:14 AM
hi iam getting problem in this code iam new developer i tried all possible combinations but this error is not removing can u plz help me
FileStream
fileStream;
ZipFile
zipFile;
ZipEntry
zipEntry;
ZipOutputStream
zipout;
Stream
stream;
Bitmap
bitmap;
fileStream =
new
FileStream
(
"D:\\Sunset1.gzip"
,
FileMode
.Open,
FileAccess
.read);
zipFile =
new
ZipFile
(fileStream);//cant find center directry
// zipout = new ZipOutputStream(fileStream);
zipEntry = zipFile.GetEntry(
Path
.GetFileName(
"D:\\Sunset2.jpg"
));
stream = zipFile.GetInputStream(zipEntry);
bitmap =
new
Bitmap
(stream);
pictureBox1.Image = bitmap;
Reply
Answers (
2
)
xml file
ComboBox leave event .net 1.1