Click here to Skip to main content
15,911,039 members
Home / Discussions / C#
   

C#

 
GeneralRe: Fail to read simple string from the registry ( code attached ) Pin
JF20153-Jan-11 22:18
JF20153-Jan-11 22:18 
GeneralRe: Fail to read simple string from the registry ( code attached ) Pin
Yanshof3-Jan-11 22:32
Yanshof3-Jan-11 22:32 
GeneralRe: Fail to read simple string from the registry ( code attached ) Pin
JF20153-Jan-11 22:46
JF20153-Jan-11 22:46 
GeneralRe: Fail to read simple string from the registry ( code attached ) Pin
JF20153-Jan-11 22:25
JF20153-Jan-11 22:25 
AnswerRe: Fail to read simple string from the registry ( code attached ) Pin
Luc Pattyn4-Jan-11 1:43
sitebuilderLuc Pattyn4-Jan-11 1:43 
QuestionAOP logging Pin
ATM@CodeProject3-Jan-11 19:08
ATM@CodeProject3-Jan-11 19:08 
QuestionError while Extracting Files in zip folder Pin
arun_pk3-Jan-11 18:34
arun_pk3-Jan-11 18:34 
AnswerRe: Error while Extracting Files in zip folder Pin
OriginalGriff3-Jan-11 22:40
mveOriginalGriff3-Jan-11 22:40 
It seems a little confusing even looking at the MSDN documentation: http://msdn.microsoft.com/en-us/library/aa328748(v=VS.71).aspx[^] which says that true will delete files and subdirectories. However, when you look at the example on the same page it says:
'This operation will not be allowed because there are subdirectories.
for the VB example, and
// This will succeed because subdirectories are being deleted
for the C#.

I suggest you write a quick-and-dirty tester to check if the directory deleted exists after the delete, and if so what it contains. I suspect that the VB example may be correct, and you will have to manually delete files and subdirectories.
Real men don't use instructions. They are only the manufacturers opinion on how to put the thing together.

GeneralRe: Error while Extracting Files in zip folder Pin
arun_pk3-Jan-11 23:34
arun_pk3-Jan-11 23:34 
GeneralRe: Error while Extracting Files in zip folder Pin
OriginalGriff3-Jan-11 23:38
mveOriginalGriff3-Jan-11 23:38 
GeneralRe: Error while Extracting Files in zip folder Pin
arun_pk3-Jan-11 23:54
arun_pk3-Jan-11 23:54 
GeneralRe: Error while Extracting Files in zip folder Pin
OriginalGriff4-Jan-11 2:06
mveOriginalGriff4-Jan-11 2:06 
GeneralRe: Error while Extracting Files in zip folder Pin
arun_pk4-Jan-11 17:38
arun_pk4-Jan-11 17:38 
QuestionP/Invoke an array that is a field in a struct. Pin
DaveyM693-Jan-11 11:10
professionalDaveyM693-Jan-11 11:10 
AnswerRe: P/Invoke an array that is a field in a struct. Pin
Luc Pattyn3-Jan-11 11:35
sitebuilderLuc Pattyn3-Jan-11 11:35 
GeneralRe: P/Invoke an array that is a field in a struct. Pin
DaveyM693-Jan-11 11:59
professionalDaveyM693-Jan-11 11:59 
GeneralRe: P/Invoke an array that is a field in a struct. Pin
Luc Pattyn3-Jan-11 12:06
sitebuilderLuc Pattyn3-Jan-11 12:06 
GeneralRe: P/Invoke an array that is a field in a struct. Pin
DaveyM693-Jan-11 12:11
professionalDaveyM693-Jan-11 12:11 
GeneralRe: P/Invoke an array that is a field in a struct. Pin
Luc Pattyn3-Jan-11 12:31
sitebuilderLuc Pattyn3-Jan-11 12:31 
GeneralRe: P/Invoke an array that is a field in a struct. Pin
DaveyM693-Jan-11 12:36
professionalDaveyM693-Jan-11 12:36 
GeneralRe: P/Invoke an array that is a field in a struct. Pin
DaveyM693-Jan-11 12:33
professionalDaveyM693-Jan-11 12:33 
AnswerRe: P/Invoke an array that is a field in a struct. Pin
_Erik_4-Jan-11 6:02
_Erik_4-Jan-11 6:02 
Questioncheck credentials on remote machine Pin
User 73794393-Jan-11 10:14
User 73794393-Jan-11 10:14 
QuestionPipe operator Pin
William Winner3-Jan-11 8:41
William Winner3-Jan-11 8:41 
AnswerRe: Pipe operator Pin
Ian Shlasko3-Jan-11 9:12
Ian Shlasko3-Jan-11 9:12 

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.