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

C#

 
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 
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 
GeneralRe: Windows Service and Threading Pin
Luc Pattyn10-Jun-09 8:37
sitebuilderLuc Pattyn10-Jun-09 8:37 
AnswerRe: Windows Service and Threading Pin
Abhijit Jana9-Jun-09 6:46
professionalAbhijit Jana9-Jun-09 6:46 
GeneralRe: Windows Service and Threading Pin
Saamir9-Jun-09 9:28
Saamir9-Jun-09 9:28 
GeneralRe: Windows Service and Threading Pin
Abhijit Jana9-Jun-09 10:42
professionalAbhijit Jana9-Jun-09 10:42 
GeneralRe: Windows Service and Threading Pin
Saamir9-Jun-09 10:52
Saamir9-Jun-09 10:52 
GeneralRe: Windows Service and Threading Pin
Abhijit Jana9-Jun-09 11:05
professionalAbhijit Jana9-Jun-09 11:05 
I was asking because in my case there can be possiblity of many file submitted at the same time, because files are submitted via Web services. So I was wondaring with behaviour of FileSystemWatcher that it can manage that hughe change list or not. So what I did, I have stored the file name in DB while client storing the file into the folder, means my Web service save the posted file and store the Filename in DB . Now what I did, Windows Service read the DB load 100 Files name in DataSet, Process them one by one and update the dataset, After complete the all processing I have update DB with the updated dataset and Load the next 100 Records. Now If there is no records, I have used a DelegateTimer which will monitor the database with 15 min interval to file come. If file is there, I stopped the current timer and process those data.

cheers,
Abhijit
CodeProject MVP
Web Site:abhijitjana.net

GeneralRe: Windows Service and Threading Pin
Saamir9-Jun-09 11:17
Saamir9-Jun-09 11:17 
JokeRe: Windows Service and Threading Pin
Abhijit Jana9-Jun-09 11:23
professionalAbhijit Jana9-Jun-09 11:23 
QuestionIs it at all possible to get the REAL amount of memory installed on the computer? Pin
taralex9-Jun-09 5:39
taralex9-Jun-09 5:39 

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.