Click here to Skip to main content
15,912,329 members
Home / Discussions / C#
   

C#

 
GeneralListview in child window is not updating data Pin
greg_quinn6-Jun-05 9:58
greg_quinn6-Jun-05 9:58 
GeneralRe: Listview in child window is not updating data Pin
Luis Alonso Ramos6-Jun-05 13:11
Luis Alonso Ramos6-Jun-05 13:11 
GeneralExporting contact info in outlook with C# Pin
rrd9c6-Jun-05 9:27
rrd9c6-Jun-05 9:27 
QuestionHow to call function in another MDI child window Pin
greg_quinn6-Jun-05 9:05
greg_quinn6-Jun-05 9:05 
AnswerRe: How to call function in another MDI child window Pin
S. Senthil Kumar6-Jun-05 20:57
S. Senthil Kumar6-Jun-05 20:57 
GeneralIs it possible to get my webpage url Pin
god4k6-Jun-05 8:49
god4k6-Jun-05 8:49 
GeneralRe: Is it possible to get my webpage url Pin
Colin Angus Mackay6-Jun-05 10:11
Colin Angus Mackay6-Jun-05 10:11 
QuestionElegant Client/Server? Pin
methodincharge6-Jun-05 7:51
methodincharge6-Jun-05 7:51 
I have been working on a client/server application model for a long time and am having a terrible time dealing with file transfer. The main problem is basically having to build and parse the messages myself. I have been looking through a lot of Remoting and other forms of client/server interaction and it seems like some of the ideas here would provide a much more efficient and elegant solution to a client/server program.

What I have been kind of wandering is if there is a simple way to serialize data then send it to the server who in turn just channels it to the appropriate client after doing some basic extraction/parsing. From what I've seen if I could utilize XML and SOAP then the task shouldn't be too difficult, but as I am waiting for some books to arrive on the subjects, I am eager to get started.

Can anyone lead me in the correct direction if I wanted to do the following:

Serialize messages into XML format to send to the server
Server receives the XML message, parses it, then sends it along to the approporiate client

It seems intuitive that if, instead of streaming binary data to send files manually (which is how I am currently having to approach it) I could just serialize a byte array, or in the case of images, serialize a PictureBox, this whole mess could be cleaned up simply.

Any assistance would be appreciated.
AnswerRe: Elegant Client/Server? Pin
Christian Graus6-Jun-05 12:52
protectorChristian Graus6-Jun-05 12:52 
GeneralRe: Elegant Client/Server? Pin
methodincharge6-Jun-05 16:14
methodincharge6-Jun-05 16:14 
GeneralRe: Elegant Client/Server? Pin
Christian Graus6-Jun-05 16:17
protectorChristian Graus6-Jun-05 16:17 
GeneralRe: Elegant Client/Server? Pin
methodincharge7-Jun-05 2:48
methodincharge7-Jun-05 2:48 
GeneralRe: Elegant Client/Server? Pin
Christian Graus7-Jun-05 11:39
protectorChristian Graus7-Jun-05 11:39 
GeneralPlease give me a fever printing code problem, build id problem and insertion problem Pin
Saif_S6-Jun-05 7:19
Saif_S6-Jun-05 7:19 
GeneralRe: Please give me a fever printing code problem, build id problem and insertion problem Pin
Dan Neely6-Jun-05 9:09
Dan Neely6-Jun-05 9:09 
GeneralRe: Please give me a fever printing code problem, build id problem and insertion problem Pin
DavidNohejl6-Jun-05 9:48
DavidNohejl6-Jun-05 9:48 
GeneralRe: Please give me a fever printing code problem, build id problem and insertion problem Pin
Judah Gabriel Himango6-Jun-05 10:11
sponsorJudah Gabriel Himango6-Jun-05 10:11 
GeneralRe: Please give me a fever printing code problem, build id problem and insertion problem Pin
Saif_S7-Jun-05 4:55
Saif_S7-Jun-05 4:55 
GeneralRe: Please give me a favor printing code problem, build id problem and insertion problem Pin
Saif_S7-Jun-05 5:19
Saif_S7-Jun-05 5:19 
GeneralRe: Please give me a favor printing code problem, build id problem and insertion problem Pin
Christian Graus7-Jun-05 12:00
protectorChristian Graus7-Jun-05 12:00 
Generalanother help please Pin
Saif_S6-Jun-05 7:17
Saif_S6-Jun-05 7:17 
GeneralRe: another help please Pin
Christian Graus6-Jun-05 12:44
protectorChristian Graus6-Jun-05 12:44 
GeneralPlease give me a fever.... Pin
Saif_S6-Jun-05 7:16
Saif_S6-Jun-05 7:16 
GeneralRe: Please give me a fever.... Pin
Anonymous6-Jun-05 9:06
Anonymous6-Jun-05 9:06 
GeneralRe: Please give me a fever.... Pin
Christian Graus6-Jun-05 12:48
protectorChristian Graus6-Jun-05 12:48 

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.