Click here to Skip to main content
15,896,727 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: OracleDataReader GetChars method only buffering half the characters Pin
Eddy Vluggen23-Jul-15 10:27
professionalEddy Vluggen23-Jul-15 10:27 
QuestionHow to rename texts in a Standart Browse File / Browse Folder Dialog Pin
satc22-Jul-15 4:14
satc22-Jul-15 4:14 
AnswerRe: How to rename texts in a Standart Browse File / Browse Folder Dialog Pin
Eddy Vluggen22-Jul-15 4:38
professionalEddy Vluggen22-Jul-15 4:38 
GeneralRe: How to rename texts in a Standart Browse File / Browse Folder Dialog Pin
satc22-Jul-15 20:02
satc22-Jul-15 20:02 
GeneralRe: How to rename texts in a Standart Browse File / Browse Folder Dialog Pin
Eddy Vluggen22-Jul-15 21:40
professionalEddy Vluggen22-Jul-15 21:40 
QuestionA validation information inside a zip file Pin
satc22-Jul-15 2:43
satc22-Jul-15 2:43 
AnswerRe: A validation information inside a zip file Pin
Eddy Vluggen22-Jul-15 3:51
professionalEddy Vluggen22-Jul-15 3:51 
AnswerRe: A validation information inside a zip file Pin
Dave Kreskowiak22-Jul-15 3:53
mveDave Kreskowiak22-Jul-15 3:53 
The .ZIP format allows to extra data (metadata) to be added to the archive and to each file.

The classes in the .NET Framework do NOT support this.

You have to use a third party library to do this, like DotNetZip or SharpZipLib. Using either those libraries will let you add data to each file as a "comment". So long as your data can be represented as a string, it'll work.
A guide to posting questions on CodeProject

Click this: Asking questions is a skill.
Seriously, do it.

Dave Kreskowiak

GeneralRe: A validation information inside a zip file Pin
satc26-Jul-15 0:11
satc26-Jul-15 0:11 
GeneralRe: A validation information inside a zip file Pin
Dave Kreskowiak26-Jul-15 3:39
mveDave Kreskowiak26-Jul-15 3:39 
QuestionHelp with datetime Pin
jkirkerx21-Jul-15 10:58
professionaljkirkerx21-Jul-15 10:58 
AnswerRe: Help with datetime Pin
Dave Kreskowiak21-Jul-15 11:56
mveDave Kreskowiak21-Jul-15 11:56 
GeneralRe: Help with datetime Pin
jkirkerx21-Jul-15 13:05
professionaljkirkerx21-Jul-15 13:05 
SuggestionRe: Help with datetime Pin
Ralf Meier21-Jul-15 21:28
mveRalf Meier21-Jul-15 21:28 
SuggestionRe: Help with datetime Pin
Richard Deeming22-Jul-15 1:40
mveRichard Deeming22-Jul-15 1:40 
GeneralRe: Help with datetime Pin
jkirkerx22-Jul-15 6:00
professionaljkirkerx22-Jul-15 6:00 
QuestionVb.net - Datagridview not populated Pin
Marcus Genovese16-Jul-15 23:45
Marcus Genovese16-Jul-15 23:45 
AnswerRe: Vb.net - Datagridview not populated Pin
Simon_Whale17-Jul-15 0:31
Simon_Whale17-Jul-15 0:31 
GeneralRe: Vb.net - Datagridview not populated Pin
Marcus Genovese17-Jul-15 0:43
Marcus Genovese17-Jul-15 0:43 
QuestionAttempted to read or write protected memory. This is often an indication that other memory is corrupt in vb.net Pin
melbin mp16-Jul-15 3:58
melbin mp16-Jul-15 3:58 
AnswerRe: Attempted to read or write protected memory. This is often an indication that other memory is corrupt in vb.net Pin
Wes Aday16-Jul-15 4:37
professionalWes Aday16-Jul-15 4:37 
AnswerRe: Attempted to read or write protected memory. This is often an indication that other memory is corrupt in vb.net Pin
Dave Kreskowiak16-Jul-15 15:53
mveDave Kreskowiak16-Jul-15 15:53 
QuestionIEnumerable(of, DateTime, ToString Format Pin
jkirkerx13-Jul-15 10:56
professionaljkirkerx13-Jul-15 10:56 
AnswerRe: IEnumerable(of, DateTime, ToString Format Pin
Dave Kreskowiak13-Jul-15 12:04
mveDave Kreskowiak13-Jul-15 12:04 
GeneralRe: IEnumerable(of, DateTime, ToString Format Pin
jkirkerx13-Jul-15 12:25
professionaljkirkerx13-Jul-15 12:25 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.