Click here to Skip to main content
15,902,893 members
Home / Discussions / C#
   

C#

 
GeneralRe: Exception on Instantiating TextBox Pin
mav.northwind26-Oct-05 20:51
mav.northwind26-Oct-05 20:51 
GeneralRe: Exception on Instantiating TextBox Pin
wasife29-Oct-05 4:26
wasife29-Oct-05 4:26 
GeneralRe: Exception on Instantiating TextBox Pin
mav.northwind29-Oct-05 8:24
mav.northwind29-Oct-05 8:24 
QuestionAsynchronous Sockets Pin
akshayswaroop26-Oct-05 19:44
akshayswaroop26-Oct-05 19:44 
QuestionAdding Data and Sorting ListView Pin
MJay26-Oct-05 19:32
MJay26-Oct-05 19:32 
Questionweb design Pin
momoo26-Oct-05 16:36
momoo26-Oct-05 16:36 
AnswerRe: web design Pin
Christian Graus26-Oct-05 16:44
protectorChristian Graus26-Oct-05 16:44 
QuestionPlease help - problem on using FileSystemWatcher Pin
Tigger9926-Oct-05 16:04
Tigger9926-Oct-05 16:04 
Dear Experts,
My application is a Windows Service that uses FileSystemWatcher to monitor the file status of a particular folder location. As you know, FileSystemWatcher supports the following file events:
- Created
- Deleted
- Changed
- Renamed
That means, when a file is created, deleted, changed or renamed the FileSystemWatcher can detect and response.

Now the problem is the following:
1) I shutted down the above Windows Service for maintenance;
2) At this moment, files are being placed into the folder;
3) I started up the Windows Service again but the files (that are just placed into the folder)cannot be detected. This is because no created, deleted, changed or renamed events are given to FileSystemWatcher
4) My application is required to detect the existence of any files in the folder and to process them. How can I resolve this situation?

Could you please?
Many thanks.
Tigger Smile | :)

AnswerRe: Please help - problem on using FileSystemWatcher Pin
Christian Graus26-Oct-05 16:13
protectorChristian Graus26-Oct-05 16:13 
GeneralRe: Please help - problem on using FileSystemWatcher Pin
Tigger9926-Oct-05 16:16
Tigger9926-Oct-05 16:16 
GeneralRe: Please help - problem on using FileSystemWatcher Pin
Christian Graus26-Oct-05 16:19
protectorChristian Graus26-Oct-05 16:19 
Questionprogram execution Pin
Zjaded26-Oct-05 15:24
Zjaded26-Oct-05 15:24 
AnswerRe: program execution Pin
leppie26-Oct-05 15:28
leppie26-Oct-05 15:28 
AnswerRe: program execution Pin
Christian Graus26-Oct-05 15:51
protectorChristian Graus26-Oct-05 15:51 
Questionsystem.array as parameter Pin
Member 239309226-Oct-05 14:56
Member 239309226-Oct-05 14:56 
AnswerRe: system.array as parameter Pin
leppie26-Oct-05 15:00
leppie26-Oct-05 15:00 
GeneralRe: system.array as parameter Pin
Member 239309226-Oct-05 15:12
Member 239309226-Oct-05 15:12 
AnswerRe: system.array as parameter Pin
leppie26-Oct-05 15:26
leppie26-Oct-05 15:26 
QuestionC# and mysql Pin
vandread126-Oct-05 13:51
vandread126-Oct-05 13:51 
AnswerRe: C# and mysql Pin
Christian Graus26-Oct-05 13:55
protectorChristian Graus26-Oct-05 13:55 
AnswerRe: C# and mysql Pin
Wjousts26-Oct-05 14:50
Wjousts26-Oct-05 14:50 
AnswerRe: C# and mysql Pin
seee sharp26-Oct-05 18:21
seee sharp26-Oct-05 18:21 
GeneralRe: C# and mysql Pin
Jeason Zhao27-Oct-05 4:26
Jeason Zhao27-Oct-05 4:26 
GeneralRe: C# and mysql Pin
vandread12-Nov-05 8:12
vandread12-Nov-05 8:12 
QuestionC# ArrayList Pin
Doncp26-Oct-05 12:38
Doncp26-Oct-05 12:38 

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.