Click here to Skip to main content
15,900,907 members
Home / Discussions / C#
   

C#

 
GeneralRe: When use static method and when use non static method ? Pin
CooperWu26-Jul-06 2:30
CooperWu26-Jul-06 2:30 
AnswerRe: When use static method and when use non static method ? Pin
MatthysDT26-Jul-06 2:15
MatthysDT26-Jul-06 2:15 
GeneralRe: When use static method and when use non static method ? [modified] Pin
CooperWu26-Jul-06 2:58
CooperWu26-Jul-06 2:58 
AnswerRe: When use static method and when use non static method ? Pin
MartyExodus26-Jul-06 5:04
MartyExodus26-Jul-06 5:04 
GeneralRe: When use static method and when use non static method ? Pin
CooperWu26-Jul-06 19:31
CooperWu26-Jul-06 19:31 
AnswerRe: When use static method and when use non static method ? Pin
A.A.26-Jul-06 5:30
A.A.26-Jul-06 5:30 
GeneralRe: When use static method and when use non static method ? Pin
CooperWu26-Jul-06 19:36
CooperWu26-Jul-06 19:36 
QuestionDirectory.Exists fails on UNC names Pin
paas26-Jul-06 1:24
paas26-Jul-06 1:24 
I am developing a Windows Service under VS 2005. Within the code some shared network directories have to be enumerated but when the code attempts to verify the existence of any one of those directories with code similar to: Directory.Exists("\\somedir\subdir") the function returns false every time apparently because network authentication is not automatically done by Directory.Exists. Can anyone point me in the write direction (e.g. example) of what I must do programatically to ensure the network authentication is in place to allow this command to succeed in a Windows Service when using UNC names?

Thank you...

AnswerRe: Directory.Exists fails on UNC names Pin
paas26-Jul-06 3:14
paas26-Jul-06 3:14 
Question[Message Deleted] Pin
waheed awan26-Jul-06 1:03
waheed awan26-Jul-06 1:03 
AnswerRe: c# compiler Pin
Christian Graus26-Jul-06 1:38
protectorChristian Graus26-Jul-06 1:38 
GeneralRe: c# compiler Pin
Paul Conrad26-Jul-06 6:22
professionalPaul Conrad26-Jul-06 6:22 
AnswerRe: c# compiler Pin
MCSD-Gandalf26-Jul-06 1:41
MCSD-Gandalf26-Jul-06 1:41 
GeneralRe: c# compiler Pin
Colin Angus Mackay26-Jul-06 4:54
Colin Angus Mackay26-Jul-06 4:54 
GeneralRe: c# compiler Pin
Paul Conrad26-Jul-06 6:24
professionalPaul Conrad26-Jul-06 6:24 
AnswerThats easy Pin
Ennis Ray Lynch, Jr.26-Jul-06 4:35
Ennis Ray Lynch, Jr.26-Jul-06 4:35 
GeneralRe: Thats easy Pin
waheed awan29-Jul-06 5:21
waheed awan29-Jul-06 5:21 
QuestionStatic Members derived from Interface Class Pin
LiamD26-Jul-06 0:47
LiamD26-Jul-06 0:47 
AnswerRe: Static Members derived from Interface Class Pin
Ed.Poore26-Jul-06 0:54
Ed.Poore26-Jul-06 0:54 
Questionauto generate numbers in sequence Pin
skyeddie26-Jul-06 0:25
skyeddie26-Jul-06 0:25 
AnswerRe: auto generate numbers in sequence [modified] Pin
J4amieC26-Jul-06 0:27
J4amieC26-Jul-06 0:27 
QuestionMDI Pin
Jefis26-Jul-06 0:10
Jefis26-Jul-06 0:10 
AnswerRe: MDI Pin
LongRange.Shooter26-Jul-06 9:21
LongRange.Shooter26-Jul-06 9:21 
Questiondid microsoft visio can conver code to uml class diagram Pin
osama zain25-Jul-06 23:15
osama zain25-Jul-06 23:15 
AnswerRe: did microsoft visio can conver code to uml class diagram Pin
Christian Graus26-Jul-06 0:11
protectorChristian Graus26-Jul-06 0:11 

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.