Click here to Skip to main content
15,887,683 members
Home / Discussions / C#
   

C#

 
AnswerRe: how to access a class of a file A.cs from other file B.cs Pin
Bernhard Hiller23-Aug-12 22:51
Bernhard Hiller23-Aug-12 22:51 
GeneralRe: how to access a class of a file A.cs from other file B.cs Pin
jamesfrj30-Aug-12 0:30
jamesfrj30-Aug-12 0:30 
AnswerRe: how to access a class of a file A.cs from other file B.cs Pin
BobJanova23-Aug-12 22:54
BobJanova23-Aug-12 22:54 
GeneralRe: how to access a class of a file A.cs from other file B.cs Pin
jamesfrj30-Aug-12 0:22
jamesfrj30-Aug-12 0:22 
GeneralHow do I programmatically disable macros in Microsoft Project files using C#? Pin
Kosh201023-Aug-12 10:04
Kosh201023-Aug-12 10:04 
GeneralRe: How do I programmatically disable macros in Microsoft Project files using C#? Pin
BobJanova23-Aug-12 22:50
BobJanova23-Aug-12 22:50 
AnswerRe: How do I programmatically disable macros in Microsoft Project files using C#? Pin
Kosh201024-Aug-12 10:31
Kosh201024-Aug-12 10:31 
QuestionActive Directory Pin
mamoony23-Aug-12 7:49
mamoony23-Aug-12 7:49 
Hi I am new to active directory. I have an application in c# and want to use active directory login dialogbox in the application. I saw lots of code everywhere. Want to know how the login screen will popup. Is it automatic if you call code below?

DirectoryEntry userEntry = new DirectoryEntry(users.Path, LDAPUser, LDAPPassword);

ADUserDetail userInfo = ADUserDetail.GetUser(userEntry);
userlist.Add(userInfo);

}
directorySearch.Filter = "(&(objectClass=group)(SAMAccountName=" +fName + "*))";

SearchResultCollection results = directorySearch.FindAll();


Thanks in advance,
Sai
AnswerRe: Active Directory Pin
fjdiewornncalwe23-Aug-12 8:06
professionalfjdiewornncalwe23-Aug-12 8:06 
GeneralRe: Active Directory Pin
mamoony23-Aug-12 8:32
mamoony23-Aug-12 8:32 
GeneralRe: Active Directory Pin
fjdiewornncalwe23-Aug-12 8:42
professionalfjdiewornncalwe23-Aug-12 8:42 
GeneralRe: Active Directory Pin
mamoony23-Aug-12 8:46
mamoony23-Aug-12 8:46 
GeneralRe: Active Directory Pin
fjdiewornncalwe23-Aug-12 8:52
professionalfjdiewornncalwe23-Aug-12 8:52 
GeneralRe: Active Directory Pin
mamoony23-Aug-12 9:13
mamoony23-Aug-12 9:13 
GeneralRe: Active Directory Pin
mamoony23-Aug-12 8:48
mamoony23-Aug-12 8:48 
GeneralRe: Active Directory Pin
fjdiewornncalwe23-Aug-12 8:52
professionalfjdiewornncalwe23-Aug-12 8:52 
QuestionI want to Learn How to make Electronic Gadgets Pin
Varinder Raii23-Aug-12 3:24
Varinder Raii23-Aug-12 3:24 
AnswerRe: I want to Learn How to make Electronic Gadgets Pin
Wes Aday23-Aug-12 3:35
professionalWes Aday23-Aug-12 3:35 
AnswerRe: I want to Learn How to make Electronic Gadgets Pin
BobJanova23-Aug-12 3:38
BobJanova23-Aug-12 3:38 
GeneralRe: I want to Learn How to make Electronic Gadgets Pin
Wes Aday23-Aug-12 3:54
professionalWes Aday23-Aug-12 3:54 
GeneralRe: I want to Learn How to make Electronic Gadgets Pin
BobJanova23-Aug-12 5:08
BobJanova23-Aug-12 5:08 
GeneralRe: I want to Learn How to make Electronic Gadgets Pin
Wes Aday23-Aug-12 5:22
professionalWes Aday23-Aug-12 5:22 
GeneralRe: I want to Learn How to make Electronic Gadgets Pin
Wes Aday23-Aug-12 4:34
professionalWes Aday23-Aug-12 4:34 
GeneralRe: I want to Learn How to make Electronic Gadgets Pin
WebMaster24-Aug-12 13:18
WebMaster24-Aug-12 13:18 
AnswerRe: I want to Learn How to make Electronic Gadgets Pin
jschell23-Aug-12 8:28
jschell23-Aug-12 8:28 

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.