Click here to Skip to main content
15,927,514 members
Home / Discussions / C#
   

C#

 
QuestionSet checked state on all selected rows in datagridview Pin
hakonvik9-Nov-07 2:53
hakonvik9-Nov-07 2:53 
AnswerRe: Set checked state on all selected rows in datagridview Pin
Nathan Holt at EMOM9-Nov-07 5:30
Nathan Holt at EMOM9-Nov-07 5:30 
GeneralRe: Set checked state on all selected rows in datagridview Pin
hakonvik9-Nov-07 10:07
hakonvik9-Nov-07 10:07 
QuestionSqlNotification Problem. Pin
hdv2129-Nov-07 1:46
hdv2129-Nov-07 1:46 
AnswerRe: SqlNotification Problem. Pin
TJoe9-Nov-07 2:06
TJoe9-Nov-07 2:06 
GeneralRe: SqlNotification Problem. Pin
hdv2129-Nov-07 4:19
hdv2129-Nov-07 4:19 
QuestionLoad an image with directx Pin
QzRz9-Nov-07 1:27
QzRz9-Nov-07 1:27 
QuestionThousands of remote message queues - possible? Pin
jenspa8-Nov-07 23:46
jenspa8-Nov-07 23:46 
We have an application using MSMQ on the clients, and are investigating the possibility of having the server communicate with the clients using this mechanism.

The clients send messages to the server and the server send messages to the client (initiated from both sides). Messages are infrequent (could be many minutes from message to message), so I'd like to use async. messaging. This works well for local queues - is this also possible for a remote queue?

I have two options (our server will possibly be connected to 1000+ clients):

1. Create local queues on the server that client sends to, server uses beginPeek and other standards async. mechanisms for reading those queues. Then we'll have 1000s of queues all waiting at a beginPeek on the server? Is this possible in practice (remember infrequent messages)?

2. Use async. mechanisms to the remote queue (queue is on the client). I don't know how the underlying mechanism is, but this would possibly keep a connection open from the server to the client?

Any insight will be appreciated!

Jens Petter Abrahamsen
AnswerRe: Thousands of remote message queues - possible? Pin
jenspa9-Nov-07 1:16
jenspa9-Nov-07 1:16 
QuestionInteresting Project? Pin
daviiie8-Nov-07 23:37
daviiie8-Nov-07 23:37 
AnswerRe: Interesting Project? Pin
Colin Angus Mackay9-Nov-07 0:43
Colin Angus Mackay9-Nov-07 0:43 
GeneralRe: Interesting Project? Pin
daviiie9-Nov-07 1:20
daviiie9-Nov-07 1:20 
Questiongridviewer Pin
merwa8-Nov-07 23:31
merwa8-Nov-07 23:31 
QuestionSimulate mouseclick?? Pin
jafingi8-Nov-07 23:03
jafingi8-Nov-07 23:03 
AnswerRe: Simulate mouseclick?? [modified] Pin
Rajasekharan Vengalil9-Nov-07 0:38
Rajasekharan Vengalil9-Nov-07 0:38 
GeneralRe: Simulate mouseclick?? Pin
jafingi27-Nov-07 5:13
jafingi27-Nov-07 5:13 
QuestionGeneral Concern Pin
kingletas8-Nov-07 22:50
kingletas8-Nov-07 22:50 
AnswerRe: General Concern Pin
Adeel Chaudhry11-Nov-07 18:59
Adeel Chaudhry11-Nov-07 18:59 
Questionclock( ) function in C# Pin
baerten8-Nov-07 22:31
baerten8-Nov-07 22:31 
AnswerRe: clock( ) function in C# Pin
Giorgi Dalakishvili8-Nov-07 22:46
mentorGiorgi Dalakishvili8-Nov-07 22:46 
GeneralRe: clock( ) function in C# Pin
baerten8-Nov-07 23:28
baerten8-Nov-07 23:28 
GeneralRe: clock( ) function in C# Pin
Giorgi Dalakishvili8-Nov-07 23:30
mentorGiorgi Dalakishvili8-Nov-07 23:30 
QuestionPare C# Code Pin
Ya3sam8-Nov-07 21:59
Ya3sam8-Nov-07 21:59 
AnswerRe: Pare C# Code Pin
Justin Perez9-Nov-07 3:46
Justin Perez9-Nov-07 3:46 
GeneralRe: Pare C# Code Pin
DavidNohejl9-Nov-07 9:09
DavidNohejl9-Nov-07 9:09 

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.