Click here to Skip to main content
15,903,719 members
Home / Discussions / C#
   

C#

 
GeneralRe: 3D point / 3 axis chart. Pin
amirbrb10-Jun-09 6:12
amirbrb10-Jun-09 6:12 
QuestionDatabound controls and best practices Pin
Win81289-Jun-09 9:20
Win81289-Jun-09 9:20 
AnswerRe: Databound controls and best practices Pin
Christian Graus9-Jun-09 11:15
protectorChristian Graus9-Jun-09 11:15 
GeneralRe: Databound controls and best practices Pin
Mycroft Holmes9-Jun-09 14:31
professionalMycroft Holmes9-Jun-09 14:31 
GeneralRe: Databound controls and best practices Pin
Win812810-Jun-09 4:37
Win812810-Jun-09 4:37 
QuestionCombo box Pin
jonhbt9-Jun-09 8:21
jonhbt9-Jun-09 8:21 
AnswerRe: Combo box Pin
Not Active9-Jun-09 8:57
mentorNot Active9-Jun-09 8:57 
QuestionRe: Combo box Pin
jonhbt9-Jun-09 9:06
jonhbt9-Jun-09 9:06 
AnswerRe: Combo box Pin
Not Active9-Jun-09 9:25
mentorNot Active9-Jun-09 9:25 
AnswerRe: Combo box Pin
DaveyM699-Jun-09 8:59
professionalDaveyM699-Jun-09 8:59 
QuestionCreating a Console in a WinForms Application Pin
Kevin Mark9-Jun-09 8:12
Kevin Mark9-Jun-09 8:12 
AnswerRe: Creating a Console in a WinForms Application Pin
Not Active9-Jun-09 8:17
mentorNot Active9-Jun-09 8:17 
GeneralRe: Creating a Console in a WinForms Application Pin
Kevin Mark9-Jun-09 8:35
Kevin Mark9-Jun-09 8:35 
AnswerRe: Creating a Console in a WinForms Application Pin
DaveyM699-Jun-09 8:48
professionalDaveyM699-Jun-09 8:48 
GeneralRe: Creating a Console in a WinForms Application Pin
Not Active9-Jun-09 8:55
mentorNot Active9-Jun-09 8:55 
AnswerRe: Creating a Console in a WinForms Application Pin
Alan N9-Jun-09 9:04
Alan N9-Jun-09 9:04 
QuestionSharing Internet using bluetooth devices Pin
Venki569-Jun-09 7:57
Venki569-Jun-09 7:57 
AnswerRe: Sharing Internet using bluetooth devices Pin
EliottA9-Jun-09 8:10
EliottA9-Jun-09 8:10 
Questionis there a way to bind a crystal report programincally Pin
neodeaths9-Jun-09 6:47
neodeaths9-Jun-09 6:47 
AnswerRe: is there a way to bind a crystal report programincally Pin
SilimSayo9-Jun-09 9:43
SilimSayo9-Jun-09 9:43 
QuestionWindows Service and Threading Pin
Saamir9-Jun-09 5:57
Saamir9-Jun-09 5:57 
AnswerRe: Windows Service and Threading Pin
EliottA9-Jun-09 6:21
EliottA9-Jun-09 6:21 
AnswerRe: Windows Service and Threading Pin
Luc Pattyn9-Jun-09 6:38
sitebuilderLuc Pattyn9-Jun-09 6:38 
Hi again,

there is a FileSystemWatcher class that monitors changes to a folder or file; the problem with it (and with any other method of observation you could possibly come up with) is that it recognizes changes, rather than states, i.e. it will tell you a file got created, got written to, etc, but it is unable to signal a file has reached a new and consistent state (there is no FileClosed event or something similar).

The only really good way is for the file creator to signal you when a file create or update has been executed to completion.

I see no need to use threading, unless maybe if you want to watch several folders. You might want to tell us more about what the files are about, and what you intend to do to them.

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

The quality and detail of your question reflects on the effectiveness of the help you are likely to get.
Show formatted code inside PRE tags, and give clear symptoms when describing a problem.

GeneralRe: Windows Service and Threading Pin
Saamir9-Jun-09 9:31
Saamir9-Jun-09 9:31 
GeneralRe: Windows Service and Threading Pin
Mycroft Holmes9-Jun-09 14:26
professionalMycroft Holmes9-Jun-09 14:26 

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.