Click here to Skip to main content
15,914,447 members
Home / Discussions / C#
   

C#

 
GeneralRe: Send CTRL-ALT-DEL Pin
Heath Stewart20-Jan-05 6:41
protectorHeath Stewart20-Jan-05 6:41 
GeneralOperation could not be completed Pin
jthundiyil20-Jan-05 0:00
jthundiyil20-Jan-05 0:00 
GeneralRe: Operation could not be completed Pin
Stefan Troschuetz20-Jan-05 3:15
Stefan Troschuetz20-Jan-05 3:15 
GeneralRe: Operation could not be completed Pin
Esmo200020-Jan-05 5:49
Esmo200020-Jan-05 5:49 
QuestionHow to distinguish between remotely and not remotely created objects Pin
Bjoern.adG19-Jan-05 23:58
Bjoern.adG19-Jan-05 23:58 
AnswerRe: How to distinguish between remotely and not remotely created objects Pin
Arjan Einbu20-Jan-05 2:32
Arjan Einbu20-Jan-05 2:32 
GeneralFileInfo Class Pin
Gavin Jeffrey19-Jan-05 21:54
Gavin Jeffrey19-Jan-05 21:54 
GeneralRe: FileInfo Class Pin
Mike Dimmick20-Jan-05 2:31
Mike Dimmick20-Jan-05 2:31 
LastAccessTime indicates when the file was last read, not when last written. You probably want LastWriteTime.

To stop the file system constantly writing the last access time, by default it updates once an hour. See Optimizing NTFS Performance[^] (from the XP Resource Kit) for more details. You can apply a registry setting[^] to disable the Last Access Time updates completely. It sounds as if this has been done on the PCs you're testing with.

Stability. What an interesting concept. -- Chris Maunder
GeneralOutLook and WebService Pin
WDI19-Jan-05 21:25
WDI19-Jan-05 21:25 
GeneralRe: OutLook and WebService Pin
Esmo200020-Jan-05 5:22
Esmo200020-Jan-05 5:22 
GeneralDrawing Curves in C# !! Pin
ElJerry19-Jan-05 21:06
ElJerry19-Jan-05 21:06 
GeneralRe: Drawing Curves in C# !! Pin
Heath Stewart20-Jan-05 6:48
protectorHeath Stewart20-Jan-05 6:48 
General[C# / SQL] cmd.ExecuteNonQuery() problem Pin
Rafferty Uy19-Jan-05 19:13
Rafferty Uy19-Jan-05 19:13 
GeneralRe: [C# / SQL] cmd.ExecuteNonQuery() problem Pin
leppie19-Jan-05 19:56
leppie19-Jan-05 19:56 
Generalpls correct the error in this part of the program Pin
dhol19-Jan-05 17:07
dhol19-Jan-05 17:07 
GeneralRe: pls correct the error in this part of the program Pin
David Levitt (Myrddin)21-Jan-05 13:18
David Levitt (Myrddin)21-Jan-05 13:18 
Questionhow to remove an EventHandler? Pin
zecodela19-Jan-05 15:53
zecodela19-Jan-05 15:53 
AnswerRe: how to remove an EventHandler? Pin
Robert Rohde19-Jan-05 19:32
Robert Rohde19-Jan-05 19:32 
GeneralFew menu extension (WinForms) Pin
TheDen19-Jan-05 15:20
TheDen19-Jan-05 15:20 
GeneralRe: Few menu extension (WinForms) Pin
Dave Kreskowiak20-Jan-05 3:53
mveDave Kreskowiak20-Jan-05 3:53 
GeneralRe: Few menu extension (WinForms) Pin
Charlie Williams20-Jan-05 5:54
Charlie Williams20-Jan-05 5:54 
GeneralExposing data to WMI Pin
ilkovm19-Jan-05 13:41
ilkovm19-Jan-05 13:41 
GeneralRe: Exposing data to WMI Pin
Heath Stewart20-Jan-05 6:25
protectorHeath Stewart20-Jan-05 6:25 
GeneralRe: Exposing data to WMI Pin
ilkovm20-Jan-05 12:44
ilkovm20-Jan-05 12:44 
QuestionHow can i handle my project in windows event Pin
m.rastgar19-Jan-05 11:36
m.rastgar19-Jan-05 11:36 

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.