Click here to Skip to main content
15,886,963 members
Home / Discussions / C#
   

C#

 
GeneralRe: Checking required fields in a second Windows Form Pin
_Madmatt29-Oct-09 9:23
_Madmatt29-Oct-09 9:23 
GeneralRe: Checking required fields in a second Windows Form Pin
EliottA29-Oct-09 9:27
EliottA29-Oct-09 9:27 
GeneralRe: Checking required fields in a second Windows Form Pin
_Madmatt29-Oct-09 9:34
_Madmatt29-Oct-09 9:34 
QuestionSynchronous socket and WaitHandle/WaitAny confusion Pin
Jerry Evans26-Oct-09 8:05
Jerry Evans26-Oct-09 8:05 
AnswerRe: Synchronous socket and WaitHandle/WaitAny confusion Pin
Gary R. Wheeler29-Oct-09 12:57
Gary R. Wheeler29-Oct-09 12:57 
GeneralRe: Synchronous socket and WaitHandle/WaitAny confusion Pin
Jörgen Sigvardsson28-Mar-10 19:50
Jörgen Sigvardsson28-Mar-10 19:50 
QuestionNeed some guidance in making client-server software [modified] Pin
Munis-q26-Oct-09 7:38
Munis-q26-Oct-09 7:38 
AnswerRe: Need some guidance in making client-server software Pin
Paulo Zemek26-Oct-09 7:56
mvaPaulo Zemek26-Oct-09 7:56 
Well, there are many ways you could do the job.
Using sockets directly or using Web Services.
Web Services will do the job for you and, internally, they use XML. If you use the sockets directly you will need to build the message, so you can build it in XML, or you can use the BinaryFormatter (my preferred one).

The biggest problem is that "need a feature on server that would allow the server to pick this hardware info from any client(s) at that particular instant". To do that you will really need to keep your clients connected.
GeneralRe: Need some guidance in making client-server software Pin
Munis-q26-Oct-09 9:23
Munis-q26-Oct-09 9:23 
GeneralRe: Need some guidance in making client-server software Pin
Paulo Zemek26-Oct-09 12:48
mvaPaulo Zemek26-Oct-09 12:48 
AnswerRe: Need some guidance in making client-server software Pin
PIEBALDconsult26-Oct-09 10:01
mvePIEBALDconsult26-Oct-09 10:01 
GeneralRe: Need some guidance in making client-server software Pin
Munis-q27-Oct-09 2:22
Munis-q27-Oct-09 2:22 
GeneralRe: Need some guidance in making client-server software Pin
PIEBALDconsult27-Oct-09 3:21
mvePIEBALDconsult27-Oct-09 3:21 
GeneralRe: Need some guidance in making client-server software Pin
Munis-q27-Oct-09 6:00
Munis-q27-Oct-09 6:00 
GeneralRe: Need some guidance in making client-server software Pin
PIEBALDconsult27-Oct-09 9:45
mvePIEBALDconsult27-Oct-09 9:45 
GeneralRe: Need some guidance in making client-server software Pin
Munis-q27-Oct-09 21:17
Munis-q27-Oct-09 21:17 
GeneralRe: Need some guidance in making client-server software Pin
PIEBALDconsult28-Oct-09 4:33
mvePIEBALDconsult28-Oct-09 4:33 
QuestionJagged Array Problems [modified] Pin
Steve5177126-Oct-09 6:45
Steve5177126-Oct-09 6:45 
AnswerRe: Jagged Array Problems Pin
Richard MacCutchan26-Oct-09 7:00
mveRichard MacCutchan26-Oct-09 7:00 
AnswerRe: Jagged Array Problems Pin
OriginalGriff26-Oct-09 7:02
mveOriginalGriff26-Oct-09 7:02 
GeneralRe: Jagged Array Problems Pin
Steve5177126-Oct-09 7:23
Steve5177126-Oct-09 7:23 
GeneralRe: Jagged Array Problems Pin
Luc Pattyn26-Oct-09 7:38
sitebuilderLuc Pattyn26-Oct-09 7:38 
GeneralRe: Jagged Array Problems Pin
Steve5177126-Oct-09 8:00
Steve5177126-Oct-09 8:00 
GeneralRe: Jagged Array Problems Pin
Not Active26-Oct-09 8:23
mentorNot Active26-Oct-09 8:23 
GeneralRe: Jagged Array Problems Pin
Steve5177126-Oct-09 13:57
Steve5177126-Oct-09 13:57 

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.