Click here to Skip to main content
15,889,116 members
Home / Discussions / C#
   

C#

 
GeneralRe: Entlib + config problem Pin
dragonius20-Aug-09 23:37
dragonius20-Aug-09 23:37 
GeneralRe: Entlib + config problem Pin
Programm3r21-Aug-09 0:03
Programm3r21-Aug-09 0:03 
AnswerRe: Entlib + config problem Pin
bross@gwlc.com6-Apr-10 6:07
bross@gwlc.com6-Apr-10 6:07 
QuestionAdding checkboxes in listbox in C# Pin
yogesh_softworld12320-Aug-09 22:21
yogesh_softworld12320-Aug-09 22:21 
AnswerRe: Adding checkboxes in listbox in C# Pin
musefan20-Aug-09 22:26
musefan20-Aug-09 22:26 
AnswerRe: Adding checkboxes in listbox in C# Pin
dragonius20-Aug-09 22:29
dragonius20-Aug-09 22:29 
GeneralRe: Adding checkboxes in listbox in C# Pin
yogesh_softworld12320-Aug-09 22:51
yogesh_softworld12320-Aug-09 22:51 
QuestionDynamic Actions based on dynamic command list Pin
Programm3r20-Aug-09 22:21
Programm3r20-Aug-09 22:21 
Hi all,

Okay, lets try to explain what I want to accomplish...

I have a multi threaded TCP/IP server. When a client connects and sends data to the server, the server responds with a 'ACK'. But I would like to be more specific with the client(s) request.

Lets say the client sends a command (which can be anything/dynamic) 'EVENT'. Now when the server receives this command, it must recognize it, and execute the code that is specific to the EVENT command. (maybe by using dynamic delegates or Action Confused | :confused: Confused | :confused: )

The client must be able to have a variety of commands that it can send to the server ... this is already in place. The issue is, how can I dynamically accommodate the ever changing command(s) that the client(s) can send to the server? So that the server can execute the correct code based on the client(s) request?

I really hope that this makes sense.
Many thanks in advance.

kind regards,


The only programmers that are better C# programmers, are those who look like this -> Green Alien | [Alien]



Smile | :) Programm3r

My Blog: ^_^

AnswerRe: Dynamic Actions based on dynamic command list Pin
Eddy Vluggen20-Aug-09 23:14
professionalEddy Vluggen20-Aug-09 23:14 
GeneralRe: Dynamic Actions based on dynamic command list Pin
Programm3r20-Aug-09 23:23
Programm3r20-Aug-09 23:23 
QuestionHow to monitor http downloads and uploads? Pin
Meysam Mahfouzi20-Aug-09 22:08
Meysam Mahfouzi20-Aug-09 22:08 
AnswerRe: How to monitor http downloads and uploads? Pin
Tamer Oz20-Aug-09 22:54
Tamer Oz20-Aug-09 22:54 
AnswerRe: How to monitor http downloads and uploads? Pin
Jacobb Michael21-Aug-09 1:20
Jacobb Michael21-Aug-09 1:20 
Questionhow to call function timer on button click Pin
dimo198220-Aug-09 22:04
dimo198220-Aug-09 22:04 
AnswerRe: how to call function timer on button click Pin
Meysam Mahfouzi20-Aug-09 22:14
Meysam Mahfouzi20-Aug-09 22:14 
GeneralRe: how to call function timer on button click Pin
dimo198220-Aug-09 22:20
dimo198220-Aug-09 22:20 
GeneralRe: how to call function timer on button click Pin
musefan20-Aug-09 22:25
musefan20-Aug-09 22:25 
GeneralRe: how to call function timer on button click Pin
nhqlbaislwfiikqraqnm21-Aug-09 4:02
nhqlbaislwfiikqraqnm21-Aug-09 4:02 
GeneralRe: how to call function timer on button click Pin
musefan21-Aug-09 5:57
musefan21-Aug-09 5:57 
GeneralRe: how to call function timer on button click Pin
nhqlbaislwfiikqraqnm21-Aug-09 10:53
nhqlbaislwfiikqraqnm21-Aug-09 10:53 
GeneralRe: how to call function timer on button click Pin
musefan23-Aug-09 21:59
musefan23-Aug-09 21:59 
GeneralRe: how to call function timer on button click Pin
musefan20-Aug-09 22:25
musefan20-Aug-09 22:25 
QuestionHow to import "using system.data.oledb;" automatically - C Sharp 2005 Pin
misCafe20-Aug-09 20:49
misCafe20-Aug-09 20:49 
AnswerRe: How to import "using system.data.oledb;" automatically - C Sharp 2005 Pin
SeMartens20-Aug-09 20:56
SeMartens20-Aug-09 20:56 
GeneralRe: How to import "using system.data.oledb;" automatically - C Sharp 2005 Pin
misCafe20-Aug-09 21:05
misCafe20-Aug-09 21:05 

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.