Click here to Skip to main content
16,005,149 members
Home / Discussions / C#
   

C#

 
GeneralLeading Zeros ( Format) Pin
Vector722-Nov-04 1:42
Vector722-Nov-04 1:42 
GeneralRe: Leading Zeros ( Format) Pin
J4amieC22-Nov-04 2:04
J4amieC22-Nov-04 2:04 
GeneralRe: Leading Zeros ( Format) Pin
Vector722-Nov-04 2:16
Vector722-Nov-04 2:16 
QuestionWAB from c#? Pin
Angel Tsvetkov22-Nov-04 1:14
Angel Tsvetkov22-Nov-04 1:14 
QuestionMy FileSystemWatcher does not work.. Why? Pin
sverre.andersen22-Nov-04 1:02
sverre.andersen22-Nov-04 1:02 
AnswerRe: My FileSystemWatcher does not work.. Why? Pin
Daniel Turini22-Nov-04 1:07
Daniel Turini22-Nov-04 1:07 
GeneralRe: My FileSystemWatcher does not work.. Why? Pin
sverre.andersen22-Nov-04 1:29
sverre.andersen22-Nov-04 1:29 
AnswerRe: My FileSystemWatcher does not work.. Why? Pin
BlackDice22-Nov-04 5:14
BlackDice22-Nov-04 5:14 
I'm not sure of the underlying API's that the FileSystemWatcher class uses, but I know of a problem with using ReadDirectoryChangesW() for the Windows API. When I was using this function in a C++ project, it wouldn't work because the folder was actually a unix drive that was mapped to my machine, and looked like a regular windows folder. So I don't know if that class is using the same API underneath, but that API doesn't work on non-Windows drives. Your problem may be different, but possibly related. This may not even be near what the actual problem is, but hopefully it might get you thinking about any other possible anomalies in the way that folder is accessed.

If I write code in my sleep, does that make me brilliant, or just a lazy programmer?

My articles

www.stillwaterexpress.com

BlackDice - the programmer formerly known as bdiamond
QuestionHow are AxInterop-DLLs created? Pin
mav.northwind22-Nov-04 0:35
mav.northwind22-Nov-04 0:35 
AnswerRe: How are AxInterop-DLLs created? Pin
Nick Parker22-Nov-04 3:56
protectorNick Parker22-Nov-04 3:56 
GeneralRe: How are AxInterop-DLLs created? Pin
mav.northwind22-Nov-04 21:51
mav.northwind22-Nov-04 21:51 
GeneralDevPartner and WaitForSingleObject Pin
PaleyX21-Nov-04 23:57
PaleyX21-Nov-04 23:57 
GeneralRe: DevPartner and WaitForSingleObject Pin
Daniel Turini22-Nov-04 1:03
Daniel Turini22-Nov-04 1:03 
GeneralRe: DevPartner and WaitForSingleObject Pin
PaleyX22-Nov-04 1:53
PaleyX22-Nov-04 1:53 
QuestionHow to find CRC32 value of a File? Pin
pubududilena21-Nov-04 22:27
pubududilena21-Nov-04 22:27 
Generalimplementation of "show me as idle for x mins" Pin
Kamran Zafar21-Nov-04 20:06
Kamran Zafar21-Nov-04 20:06 
GeneralRe: implementation of "show me as idle for x mins" Pin
Stefan Troschuetz21-Nov-04 21:29
Stefan Troschuetz21-Nov-04 21:29 
GeneralRe: implementation of "show me as idle for x mins" Pin
benjymous21-Nov-04 22:16
benjymous21-Nov-04 22:16 
GeneralRe: implementation of "show me as idle for x mins" Pin
Kamran Zafar21-Nov-04 22:30
Kamran Zafar21-Nov-04 22:30 
GeneralRe: implementation of "show me as idle for x mins" Pin
benjymous22-Nov-04 0:06
benjymous22-Nov-04 0:06 
GeneralRe: implementation of "show me as idle for x mins" Pin
Kamran Zafar22-Nov-04 18:39
Kamran Zafar22-Nov-04 18:39 
GeneralDraw shape inside a control Pin
sreejith ss nair21-Nov-04 19:45
sreejith ss nair21-Nov-04 19:45 
GeneralRe: Draw shape inside a control Pin
DougW4821-Nov-04 20:32
DougW4821-Nov-04 20:32 
GeneralRe: Draw shape inside a control Pin
sreejith ss nair21-Nov-04 21:32
sreejith ss nair21-Nov-04 21:32 
QuestionDatagrid ??? Pin
npqk21-Nov-04 19:07
npqk21-Nov-04 19:07 

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.