Click here to Skip to main content
15,918,742 members
Home / Discussions / C#
   

C#

 
QuestionHow to place multiple bitmaps into one picturebox ? Pin
Rashid.Mahmood27-Oct-05 1:36
Rashid.Mahmood27-Oct-05 1:36 
AnswerRe: How to place multiple bitmaps into one picturebox ? Pin
Gulfraz Khan27-Oct-05 4:27
Gulfraz Khan27-Oct-05 4:27 
QuestionPrevent Reusability Pin
Anindya Chatterjee27-Oct-05 0:29
Anindya Chatterjee27-Oct-05 0:29 
AnswerRe: Prevent Reusability Pin
enjoycrack27-Oct-05 6:46
enjoycrack27-Oct-05 6:46 
AnswerRe: Prevent Reusability Pin
Dan Neely27-Oct-05 7:03
Dan Neely27-Oct-05 7:03 
QuestionHow to use StrongNamePublicKeyBlob class Pin
dreamwinter26-Oct-05 23:23
dreamwinter26-Oct-05 23:23 
AnswerRe: How to use StrongNamePublicKeyBlob class Pin
enjoycrack27-Oct-05 6:41
enjoycrack27-Oct-05 6:41 
QuestionRegular Expression Doesn't work 100% Pin
Brendan Vogt26-Oct-05 22:34
Brendan Vogt26-Oct-05 22:34 
AnswerRe: Regular Expression Doesn't work 100% Pin
leppie26-Oct-05 22:58
leppie26-Oct-05 22:58 
QuestionScheduled Tasks Pin
Mridang Agarwalla26-Oct-05 22:20
Mridang Agarwalla26-Oct-05 22:20 
QuestionCreating a DWORD value in the registry Pin
Mridang Agarwalla26-Oct-05 22:12
Mridang Agarwalla26-Oct-05 22:12 
AnswerRe: Creating a DWORD value in the registry Pin
leppie26-Oct-05 23:00
leppie26-Oct-05 23:00 
Questionpblm in Xml updation Pin
Nadia Stoichov26-Oct-05 22:07
sussNadia Stoichov26-Oct-05 22:07 
QuestionUpdating a Form while coping files Pin
ah-a26-Oct-05 21:50
ah-a26-Oct-05 21:50 
AnswerRe: Updating a Form while coping files Pin
mav.northwind27-Oct-05 3:15
mav.northwind27-Oct-05 3:15 
QuestionException on Instantiating TextBox Pin
wasife26-Oct-05 19:58
wasife26-Oct-05 19:58 
AnswerRe: Exception on Instantiating TextBox Pin
MoustafaS26-Oct-05 20:12
MoustafaS26-Oct-05 20:12 
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 | :)

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.