Click here to Skip to main content
15,917,320 members
Home / Discussions / C#
   

C#

 
AnswerRe: ErrorProvider control bugs? Pin
Luis Alonso Ramos27-Mar-06 18:20
Luis Alonso Ramos27-Mar-06 18:20 
QuestionNumeric UpDown Pin
Mridang Agarwalla27-Mar-06 18:10
Mridang Agarwalla27-Mar-06 18:10 
AnswerRe: Numeric UpDown Pin
Luis Alonso Ramos27-Mar-06 18:26
Luis Alonso Ramos27-Mar-06 18:26 
GeneralRe: Numeric UpDown Pin
nicck0728-Mar-06 3:24
nicck0728-Mar-06 3:24 
QuestionHow to restore Backup file from remote PC to SQL Server? Pin
Sachin Gedam27-Mar-06 17:36
Sachin Gedam27-Mar-06 17:36 
AnswerRe: How to restore Backup file from remote PC to SQL Server? Pin
Dave Kreskowiak27-Mar-06 17:48
mveDave Kreskowiak27-Mar-06 17:48 
QuestionHow to get logged user list from Active Directory Pin
indiaone27-Mar-06 17:10
indiaone27-Mar-06 17:10 
AnswerRe: How to get logged user list from Active Directory Pin
Dave Kreskowiak27-Mar-06 17:46
mveDave Kreskowiak27-Mar-06 17:46 
There isn't a good solution for this. There is no event that says a user logged in.

You'd have to poll all the domain controllers in the domain and get the lastLoginTime (I think!) property for each user object. This is a very long operation and not practical in an environment of more than maybe 50 to 100 users. This property is NOT replicated to all replicas so there is no easy way to get this value. Also, there is no loggedOutTime property, so you can't tell when someone logs off either.


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

QuestionPocket PC Pin
hung_ngole27-Mar-06 15:40
hung_ngole27-Mar-06 15:40 
QuestionC# and C/C++ capabilities Pin
KaKa'27-Mar-06 15:26
KaKa'27-Mar-06 15:26 
AnswerRe: C# and C/C++ capabilities Pin
ali_reza_zareian27-Mar-06 20:31
ali_reza_zareian27-Mar-06 20:31 
AnswerRe: C# and C/C++ capabilities Pin
Bob Stanneveld27-Mar-06 21:17
Bob Stanneveld27-Mar-06 21:17 
QuestionAAC file format. Pin
temp555627-Mar-06 13:37
temp555627-Mar-06 13:37 
QuestionUsing ILMerge to embedd C++ DLL into C# EXE Pin
mikester22227-Mar-06 13:27
mikester22227-Mar-06 13:27 
AnswerRe: Using ILMerge to embedd C++ DLL into C# EXE Pin
Joel Lucsy27-Mar-06 15:38
Joel Lucsy27-Mar-06 15:38 
NewsRe: Using ILMerge to embedd C++ DLL into C# EXE Pin
leppie27-Mar-06 17:36
leppie27-Mar-06 17:36 
GeneralRe: Using ILMerge to embedd C++ DLL into C# EXE Pin
AB777127-Mar-06 22:19
AB777127-Mar-06 22:19 
AnswerRe: Using ILMerge to embedd C++ DLL into C# EXE Pin
mikester22228-Mar-06 3:33
mikester22228-Mar-06 3:33 
GeneralRe: Using ILMerge to embedd C++ DLL into C# EXE Pin
leppie28-Mar-06 6:34
leppie28-Mar-06 6:34 
GeneralRe: Using ILMerge to embedd C++ DLL into C# EXE Pin
mikester22228-Mar-06 6:42
mikester22228-Mar-06 6:42 
GeneralRe: Using ILMerge to embedd C++ DLL into C# EXE Pin
Member 1167734312-Oct-17 6:19
Member 1167734312-Oct-17 6:19 
QuestionMenu to Treeview Pin
i_martin_r27-Mar-06 12:41
i_martin_r27-Mar-06 12:41 
AnswerRe: Menu to Treeview Pin
Luis Alonso Ramos27-Mar-06 18:27
Luis Alonso Ramos27-Mar-06 18:27 
Questiondisplaying message box in ASP.NET and C#.net Pin
deepak127-Mar-06 10:53
deepak127-Mar-06 10:53 
AnswerRe: displaying message box in ASP.NET and C#.net Pin
George L. Jackson27-Mar-06 12:01
George L. Jackson27-Mar-06 12: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.