Click here to Skip to main content
15,891,033 members
Home / Discussions / C#
   

C#

 
SuggestionRe: Detect if ANY control is clicked inside a form Pin
Richard Deeming3-Dec-12 3:25
mveRichard Deeming3-Dec-12 3:25 
AnswerRe: Detect if ANY control is clicked inside a form Pin
Simon_Whale3-Dec-12 3:45
Simon_Whale3-Dec-12 3:45 
GeneralRe: Detect if ANY control is clicked inside a form Pin
Thomas Daniels3-Dec-12 7:28
mentorThomas Daniels3-Dec-12 7:28 
AnswerRe: Detect if ANY control is clicked inside a form Pin
DaveyM693-Dec-12 5:02
professionalDaveyM693-Dec-12 5:02 
Question[SOLVED] Setting the focus back to the window which had it last Pin
Dennis Bork3-Dec-12 2:33
Dennis Bork3-Dec-12 2:33 
QuestionAD Directory catastrophic failure Pin
MacUseless2-Dec-12 21:56
MacUseless2-Dec-12 21:56 
AnswerRe: AD Directory catastrophic failure Pin
Dave Kreskowiak3-Dec-12 2:20
mveDave Kreskowiak3-Dec-12 2:20 
AnswerRe: AD Directory catastrophic failure Pin
Jason Gleim3-Dec-12 10:05
professionalJason Gleim3-Dec-12 10:05 
It is a little tough to read the code because it seems there is a big chunk missing. However, when I ran into this once before, the account that I was impersonating with had to have to ability to read the section of the Active Directory I was trying to get information from. In my case, I was originally trying to use a local service account, which won't work, because it does not have rights on AD. I had to create a service account in AD, give it read permissions (and deny lots of other stuff) then use it.

As I recall there are some API calls you can make to test if these protected calls are available to your application... basically testing if you have the proper rights. That might give you a graceful way to handle the situation.
GeneralRe: AD Directory catastrophic failure Pin
MacUseless3-Dec-12 20:34
MacUseless3-Dec-12 20:34 
QuestionTFS 2010 : Email alerts are not working Pin
NarVish2-Dec-12 21:04
NarVish2-Dec-12 21:04 
AnswerRe: TFS 2010 : Email alerts are not working Pin
Richard MacCutchan2-Dec-12 21:52
mveRichard MacCutchan2-Dec-12 21:52 
GeneralRe: TFS 2010 : Email alerts are not working Pin
NarVish2-Dec-12 21:59
NarVish2-Dec-12 21:59 
AnswerRe: TFS 2010 : Email alerts are not working Pin
Pete O'Hanlon2-Dec-12 21:53
mvePete O'Hanlon2-Dec-12 21:53 
QuestionThesis project Pin
khinn Lyndon Samson2-Dec-12 19:46
khinn Lyndon Samson2-Dec-12 19:46 
AnswerRe: Thesis project Pin
Pete O'Hanlon2-Dec-12 21:18
mvePete O'Hanlon2-Dec-12 21:18 
AnswerRe: Thesis project Pin
Abhinav S2-Dec-12 22:05
Abhinav S2-Dec-12 22:05 
QuestionUDF 64bit vs 32bit Excel 2010 Pin
PozzaVecia2-Dec-12 4:39
PozzaVecia2-Dec-12 4:39 
RantRe: UDF 64bit vs 32bit Excel 2010 Pin
Mycroft Holmes2-Dec-12 11:36
professionalMycroft Holmes2-Dec-12 11:36 
GeneralRe: UDF 64bit vs 32bit Excel 2010 Pin
Richard MacCutchan2-Dec-12 21:48
mveRichard MacCutchan2-Dec-12 21:48 
Questiondetermine listbox items origin Pin
User 94041061-Dec-12 11:40
User 94041061-Dec-12 11:40 
AnswerRe: determine listbox items origin Pin
Mycroft Holmes1-Dec-12 13:04
professionalMycroft Holmes1-Dec-12 13:04 
AnswerRe: determine listbox items origin Pin
Freak303-Dec-12 0:53
Freak303-Dec-12 0:53 
GeneralRe: determine listbox items origin Pin
User 94041063-Dec-12 9:35
User 94041063-Dec-12 9:35 
Questionhighlight list view Pin
dominioYP1-Dec-12 10:46
dominioYP1-Dec-12 10:46 
AnswerRe: highlight list view Pin
Mycroft Holmes1-Dec-12 13:01
professionalMycroft Holmes1-Dec-12 13:01 

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.