Click here to Skip to main content
15,915,328 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to see duplicate records Pin
Russell Jones29-Mar-07 23:22
Russell Jones29-Mar-07 23:22 
QuestionDLL Calling Pin
Stigmurder29-Mar-07 19:49
Stigmurder29-Mar-07 19:49 
AnswerRe: DLL Calling Pin
Tirthadip29-Mar-07 20:10
Tirthadip29-Mar-07 20:10 
QuestionExtend NameValueCollection Class Pin
SakthiSurya29-Mar-07 19:39
SakthiSurya29-Mar-07 19:39 
AnswerRe: Extend NameValueCollection Class Pin
Colin Angus Mackay29-Mar-07 21:04
Colin Angus Mackay29-Mar-07 21:04 
QuestionMultiple controls in a single DataGridView cell? Pin
nathan729-Mar-07 19:27
nathan729-Mar-07 19:27 
QuestionService with monitor/control application... Pin
cjlambre29-Mar-07 19:10
cjlambre29-Mar-07 19:10 
AnswerRe: Service with monitor/control application... Pin
Russell Jones29-Mar-07 23:38
Russell Jones29-Mar-07 23:38 
I would hook a database onto the server end of the process. As you receive jobs, drop the info for that job into the DB. As you start it update a progress table. when you finish it etc...


When the client wants to know where its job is, query the DB and return its history. The best thing with doing it this way is that when the service restarts after a system failure (power cut etc) it knows where it was and can start up again where it left off.

Not sure about online references i'm afraid

Russ
GeneralRe: Service with monitor/control application... Pin
cjlambre30-Mar-07 10:57
cjlambre30-Mar-07 10:57 
QuestionSocket Programming [modified] Pin
Rahul Babu29-Mar-07 18:29
Rahul Babu29-Mar-07 18:29 
AnswerRe: Socket Programming Pin
Sendilkumar.M29-Mar-07 19:01
Sendilkumar.M29-Mar-07 19:01 
GeneralRe: Socket Programming Pin
Rahul Babu29-Mar-07 19:32
Rahul Babu29-Mar-07 19:32 
GeneralRe: Socket Programming Pin
Colin Angus Mackay29-Mar-07 21:06
Colin Angus Mackay29-Mar-07 21:06 
GeneralRe: Socket Programming Pin
Sendilkumar.M30-Mar-07 1:39
Sendilkumar.M30-Mar-07 1:39 
GeneralRe: Socket Programming Pin
Sendilkumar.M30-Mar-07 1:41
Sendilkumar.M30-Mar-07 1:41 
QuestionMerging C++ and C# Pin
vivram29-Mar-07 18:07
vivram29-Mar-07 18:07 
AnswerRe: Merging C++ and C# Pin
N a v a n e e t h29-Mar-07 18:12
N a v a n e e t h29-Mar-07 18:12 
GeneralRe: Merging C++ and C# Pin
vivram29-Mar-07 18:33
vivram29-Mar-07 18:33 
QuestionWindow Z-order Pin
gauntalus29-Mar-07 17:44
gauntalus29-Mar-07 17:44 
QuestionHow can I check if a string is numeric before actually converting it to a number? [modified] Pin
cateyes9929-Mar-07 17:03
cateyes9929-Mar-07 17:03 
AnswerRe: Can I check if a string is numeric before actually converting it? Pin
Christian Graus29-Mar-07 17:13
protectorChristian Graus29-Mar-07 17:13 
GeneralRe: Can I check if a string is numeric before actually converting it? Pin
cateyes9929-Mar-07 17:41
cateyes9929-Mar-07 17:41 
GeneralRe: Can I check if a string is numeric before actually converting it? Pin
mav.northwind29-Mar-07 19:15
mav.northwind29-Mar-07 19:15 
GeneralRe: Can I check if a string is numeric before actually converting it? Pin
cateyes9929-Mar-07 19:41
cateyes9929-Mar-07 19:41 
GeneralRe: Can I check if a string is numeric before actually converting it? Pin
Martin#29-Mar-07 19:46
Martin#29-Mar-07 19:46 

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.