Click here to Skip to main content
15,898,371 members
Home / Discussions / C#
   

C#

 
QuestionHow to work with panels Pin
JacquesDP29-Jun-06 19:58
JacquesDP29-Jun-06 19:58 
AnswerRe: How to work with panels Pin
Martin#29-Jun-06 20:20
Martin#29-Jun-06 20:20 
GeneralRe: How to work with panels Pin
JacquesDP29-Jun-06 22:16
JacquesDP29-Jun-06 22:16 
Questionchm on-line help Pin
smarttom9929-Jun-06 19:50
smarttom9929-Jun-06 19:50 
AnswerRe: chm on-line help Pin
Glen Harvy29-Jun-06 20:17
Glen Harvy29-Jun-06 20:17 
GeneralRe: chm on-line help Pin
WillemM30-Jun-06 3:35
WillemM30-Jun-06 3:35 
QuestionHow to develop a Distributed Architecture in .NET? Pin
rahulgauttam29-Jun-06 19:31
rahulgauttam29-Jun-06 19:31 
AnswerRe: How to develop a Distributed Architecture in .NET? Pin
WillemM30-Jun-06 4:02
WillemM30-Jun-06 4:02 
What you need is some kind of webservice that organizes the functionality of the server. The client computer can than invoke a method on the webservice to get a new job. To increase availability you will have to save the job on the client, so that it is still available after the client is shutdown. This also enables the client to send the results of the job back to the server at a later time, in case the server is down when the job is first done...

I have no idea how you can build an app that only uses idle cpu cycles, but this could be a general idea for the communication part of the solution.

The only difference with the VC++ solution is that these solutions make use of their own communication protocol, while the .NET solution typically uses a webservice.

WM.

What about weapons of mass-construction?
QuestionMessagebox Button? in .net 2005 Pin
Rohit Dev29-Jun-06 18:53
Rohit Dev29-Jun-06 18:53 
AnswerRe: Messagebox Button? in .net 2005 Pin
AB777129-Jun-06 21:08
AB777129-Jun-06 21:08 
AnswerRe: Messagebox Button? in .net 2005 Pin
StyleGuide29-Jun-06 22:20
StyleGuide29-Jun-06 22:20 
QuestionDatePicker does not display in Mozilla Firefox Pin
CandyMe29-Jun-06 17:40
CandyMe29-Jun-06 17:40 
AnswerRe: DatePicker does not display in Mozilla Firefox Pin
Abdul Gafoor29-Jun-06 18:01
Abdul Gafoor29-Jun-06 18:01 
GeneralRe: DatePicker does not display in Mozilla Firefox Pin
CandyMe29-Jun-06 21:56
CandyMe29-Jun-06 21:56 
QuestionSending an HTML page by email Pin
IndoKiwi29-Jun-06 13:54
IndoKiwi29-Jun-06 13:54 
AnswerRe: Sending an HTML page by email Pin
Sean8929-Jun-06 14:16
Sean8929-Jun-06 14:16 
QuestionCapture SelectedText from any active window PinPopular
Marian Dumitrascu29-Jun-06 13:51
professionalMarian Dumitrascu29-Jun-06 13:51 
QuestionAccessing datatable without interface. [modified] Pin
PyroManiak29-Jun-06 12:38
PyroManiak29-Jun-06 12:38 
AnswerRe: Accessing datatable without interface. Pin
Sean8929-Jun-06 14:15
Sean8929-Jun-06 14:15 
GeneralRe: Accessing datatable without interface. Pin
PyroManiak29-Jun-06 22:49
PyroManiak29-Jun-06 22:49 
QuestionHow to catch event for contextMenuStrip Pin
superdragon29-Jun-06 11:36
superdragon29-Jun-06 11:36 
AnswerRe: How to catch event for contextMenuStrip Pin
Jun Du29-Jun-06 12:03
Jun Du29-Jun-06 12:03 
GeneralRe: How to catch event for contextMenuStrip Pin
superdragon29-Jun-06 12:22
superdragon29-Jun-06 12:22 
Questionmultithreading problem Pin
CherezZaboro29-Jun-06 10:58
CherezZaboro29-Jun-06 10:58 
AnswerRe: multithreading problem Pin
Josh Smith29-Jun-06 11:10
Josh Smith29-Jun-06 11:10 

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.