Click here to Skip to main content
15,905,566 members
Home / Discussions / C#
   

C#

 
QuestionHow to compare MemoryStream? Pin
god4k5-Jul-04 5:57
god4k5-Jul-04 5:57 
AnswerRe: How to compare MemoryStream? Pin
Heath Stewart5-Jul-04 10:01
protectorHeath Stewart5-Jul-04 10:01 
GeneralRe: How to compare MemoryStream? Pin
Mike Dimmick5-Jul-04 13:44
Mike Dimmick5-Jul-04 13:44 
GeneralRe: How to compare MemoryStream? Pin
Heath Stewart5-Jul-04 17:58
protectorHeath Stewart5-Jul-04 17:58 
GeneralRe: How to compare MemoryStream? Pin
god4k5-Jul-04 14:30
god4k5-Jul-04 14:30 
AnswerRe: How to add custom properties in PropertyGrid at Runtime Pin
Heath Stewart5-Jul-04 5:11
protectorHeath Stewart5-Jul-04 5:11 
GeneralHowto Delete a file at run time!?! Pin
QzRz5-Jul-04 4:45
QzRz5-Jul-04 4:45 
GeneralRe: Howto Delete a file at run time!?! Pin
Heath Stewart5-Jul-04 4:50
protectorHeath Stewart5-Jul-04 4:50 
You can also use File.Delete, but the result is the same if you don't have the necessary file system permissions (for that particular file) or code access security (i.e., permission to delete any file via code in .NET).

Please be more descriptive. What is the exact exception type (ex: SecurityException, etc.) and message text? From where is the application that contains this code run (i.e., local computer, intranet server, etc.)?

 

Microsoft MVP, Visual C#
My Articles
GeneralRe: Howto Delete a file at run time!?! Pin
QzRz5-Jul-04 5:09
QzRz5-Jul-04 5:09 
GeneralRe: Howto Delete a file at run time!?! Pin
Heath Stewart5-Jul-04 5:12
protectorHeath Stewart5-Jul-04 5:12 
GeneralRe: Howto Delete a file at run time!?! Pin
QzRz5-Jul-04 5:15
QzRz5-Jul-04 5:15 
GeneralRe: Howto Delete a file at run time!?! Pin
Heath Stewart5-Jul-04 5:19
protectorHeath Stewart5-Jul-04 5:19 
GeneralRe: Howto Delete a file at run time!?! Pin
QzRz5-Jul-04 5:25
QzRz5-Jul-04 5:25 
GeneralRe: Howto Delete a file at run time!?! Pin
Colin Angus Mackay5-Jul-04 5:57
Colin Angus Mackay5-Jul-04 5:57 
GeneralRe: Howto Delete a file at run time!?! Pin
QzRz5-Jul-04 9:53
QzRz5-Jul-04 9:53 
GeneralRe: Howto Delete a file at run time!?! Pin
Jeremy Falcon5-Jul-04 10:14
professionalJeremy Falcon5-Jul-04 10:14 
GeneralRe: Howto Delete a file at run time!?! Pin
Colin Angus Mackay5-Jul-04 11:06
Colin Angus Mackay5-Jul-04 11:06 
GeneralObject reference not set to an instance of an object Pin
rturner0035-Jul-04 4:34
rturner0035-Jul-04 4:34 
GeneralRe: Object reference not set to an instance of an object Pin
Colin Angus Mackay5-Jul-04 4:43
Colin Angus Mackay5-Jul-04 4:43 
GeneralRe: Object reference not set to an instance of an object Pin
Heath Stewart5-Jul-04 4:53
protectorHeath Stewart5-Jul-04 4:53 
GeneralRe: Object reference not set to an instance of an object Pin
exhaulted5-Jul-04 5:00
exhaulted5-Jul-04 5:00 
GeneralRe: Object reference not set to an instance of an object Pin
rturner0035-Jul-04 5:54
rturner0035-Jul-04 5:54 
Generalupdating label in main form Pin
Jason Ranin5-Jul-04 4:16
Jason Ranin5-Jul-04 4:16 
GeneralRe: updating label in main form Pin
exhaulted5-Jul-04 4:24
exhaulted5-Jul-04 4:24 
GeneralReading TOC and text from Word 2002 Pin
Steven_T5-Jul-04 2:34
Steven_T5-Jul-04 2:34 

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.