Click here to Skip to main content
16,005,058 members
Home / Discussions / C#
   

C#

 
GeneralRe: maximize a form Pin
DavidNohejl12-Dec-04 10:05
DavidNohejl12-Dec-04 10:05 
GeneralRe: maximize a form Pin
TyronX12-Dec-04 10:18
TyronX12-Dec-04 10:18 
GeneralRe: maximize a form Pin
DavidNohejl12-Dec-04 10:46
DavidNohejl12-Dec-04 10:46 
GeneralRe: maximize a form Pin
TyronX13-Dec-04 2:11
TyronX13-Dec-04 2:11 
GeneralRe: maximize a form Pin
DavidNohejl12-Dec-04 10:11
DavidNohejl12-Dec-04 10:11 
GeneralRe: maximize a form Pin
TyronX12-Dec-04 10:20
TyronX12-Dec-04 10:20 
GeneralRe: maximize a form Pin
DavidNohejl12-Dec-04 10:50
DavidNohejl12-Dec-04 10:50 
GeneralC# network programming issue Pin
Opa Knack12-Dec-04 8:15
Opa Knack12-Dec-04 8:15 
I've an server/client application, for sending single commands to specific clients connected to the server.
The server has an array object with the clients and their informations.

For more detailed informations I have to send a complicated string like "inetStats:PC1!online:PC2!offline"
and then I'm using String.Split(':') btw.: String.Split('!'). (I know it's veeery unprofessional!)

So, I just read about remote objects and MarshalByRefObject and I think it's a rather better way:
With a remote object I could make an array with the inetStates accessible for all connected clients.
I tested it by implementing the code, and it still works fine.

But is that a good idea, making a TCP channel for remote objects next to my Socket connection?
I'd like to replace the socket connection(working with delegates) with the TCP channel method.
But I don't know how to send commands to specific single clients, like in my socket connection?!

I'm looking forward to any suggestions.

(Sry for my bad english Blush | :O )



GeneralRe: C# network programming issue Pin
Gary Thom14-Dec-04 5:08
Gary Thom14-Dec-04 5:08 
GeneralRe: C# network programming issue Pin
Opa Knack14-Dec-04 5:52
Opa Knack14-Dec-04 5:52 
GeneralRe: C# network programming issue Pin
Gary Thom14-Dec-04 5:57
Gary Thom14-Dec-04 5:57 
GeneralRe: C# network programming issue Pin
Opa Knack14-Dec-04 6:25
Opa Knack14-Dec-04 6:25 
GeneralRe: C# network programming issue Pin
Opa Knack14-Dec-04 6:27
Opa Knack14-Dec-04 6:27 
GeneralRe: C# network programming issue Pin
Gary Thom14-Dec-04 7:45
Gary Thom14-Dec-04 7:45 
GeneralRe: C# network programming issue Pin
Gary Thom14-Dec-04 6:01
Gary Thom14-Dec-04 6:01 
GeneralRe: C# network programming issue Pin
Opa Knack14-Dec-04 6:33
Opa Knack14-Dec-04 6:33 
GeneralRe: C# network programming issue Pin
Opa Knack14-Dec-04 6:34
Opa Knack14-Dec-04 6:34 
GeneralRe: C# network programming issue Pin
Gary Thom14-Dec-04 7:40
Gary Thom14-Dec-04 7:40 
GeneralRe: C# network programming issue Pin
Opa Knack14-Dec-04 7:59
Opa Knack14-Dec-04 7:59 
GeneralRe: C# network programming issue Pin
Opa Knack14-Dec-04 8:12
Opa Knack14-Dec-04 8:12 
GeneralRe: C# network programming issue Pin
Gary Thom14-Dec-04 8:27
Gary Thom14-Dec-04 8:27 
GeneralDividing array into sub-arrays Pin
SebbaP12-Dec-04 7:39
SebbaP12-Dec-04 7:39 
GeneralRe: Dividing array into sub-arrays Pin
Dennis C. Dietrich12-Dec-04 10:58
Dennis C. Dietrich12-Dec-04 10:58 
GeneralRe: Dividing array into sub-arrays Pin
SebbaP12-Dec-04 11:32
SebbaP12-Dec-04 11:32 
GeneralRe: Dividing array into sub-arrays Pin
Dennis C. Dietrich12-Dec-04 12:15
Dennis C. Dietrich12-Dec-04 12:15 

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.