Click here to Skip to main content
15,920,633 members
Home / Discussions / C#
   

C#

 
GeneralRe: MSMQ Error Handling Pin
Jimmanuel17-Jul-07 6:10
Jimmanuel17-Jul-07 6:10 
GeneralRe: MSMQ Error Handling Pin
ramdil17-Jul-07 6:23
ramdil17-Jul-07 6:23 
GeneralRe: MSMQ Error Handling [modified] Pin
Jimmanuel17-Jul-07 6:45
Jimmanuel17-Jul-07 6:45 
GeneralRe: MSMQ Error Handling Pin
ramdil17-Jul-07 7:15
ramdil17-Jul-07 7:15 
GeneralRe: MSMQ Error Handling Pin
Jimmanuel17-Jul-07 7:27
Jimmanuel17-Jul-07 7:27 
GeneralRe: MSMQ Error Handling Pin
ramdil17-Jul-07 22:28
ramdil17-Jul-07 22:28 
QuestionRemote method calls Pin
kkadir17-Jul-07 1:33
kkadir17-Jul-07 1:33 
AnswerRe: Remote method calls Pin
Malcolm Smart17-Jul-07 1:41
Malcolm Smart17-Jul-07 1:41 
Yes, but not easily. The browser is a sandbox, so you can't do this client side, as you rightly assumed. You would need to install a listener on the client, listening to a particular tcp port. The web page, would then post back to the server (or call a webservice) which would, via remoting calls, connect with the listener on the client. The remote and client side need to be 'aware' of each other, ie names, ports etc.

Read Nish's article here[^] to get a basic understanding of what can be achieved.

This will only work on a LAN / Intranet unless you want to do battle with firewalls etc.

I've just done something very similar today....I've used it to implement a sign in / sign out deputy system. If the current 'on call' support signs out, the webserver sends a message to the next support person on the rosta. A small exe on there machine is listening on a particular port for this call and pops up a message. Saves them constantly checking the webpage.

"More functions should disregard input values and just return 12. It would make life easier." - comment posted on WTF

GeneralRe: Remote method calls Pin
kkadir17-Jul-07 2:17
kkadir17-Jul-07 2:17 
GeneralRe: Remote method calls Pin
Malcolm Smart17-Jul-07 2:51
Malcolm Smart17-Jul-07 2:51 
QuestionGetting the user default locale identifier in c# Pin
Tal S.17-Jul-07 0:51
Tal S.17-Jul-07 0:51 
AnswerRe: Getting the user default locale identifier in c# Pin
Le centriste17-Jul-07 2:16
Le centriste17-Jul-07 2:16 
GeneralRe: Getting the user default locale identifier in c# Pin
Tal S.18-Jul-07 3:49
Tal S.18-Jul-07 3:49 
QuestionDebugging the windows service Pin
M. J. Jaya Chitra17-Jul-07 0:43
M. J. Jaya Chitra17-Jul-07 0:43 
AnswerRe: Debugging the windows service Pin
Nisar Inamdar17-Jul-07 0:56
Nisar Inamdar17-Jul-07 0:56 
AnswerRe: Debugging the windows service Pin
originSH17-Jul-07 1:00
originSH17-Jul-07 1:00 
GeneralRe: Debugging the windows service Pin
M. J. Jaya Chitra17-Jul-07 18:11
M. J. Jaya Chitra17-Jul-07 18:11 
AnswerRe: Debugging the windows service Pin
Harkamal Singh17-Jul-07 6:58
Harkamal Singh17-Jul-07 6:58 
GeneralRe: Debugging the windows service Pin
M. J. Jaya Chitra17-Jul-07 18:10
M. J. Jaya Chitra17-Jul-07 18:10 
QuestionKey Press Event Pin
Xmen Real 17-Jul-07 0:37
professional Xmen Real 17-Jul-07 0:37 
AnswerRe: Key Press Event Pin
Nisar Inamdar17-Jul-07 0:52
Nisar Inamdar17-Jul-07 0:52 
AnswerRe: Key Press Event Pin
Stu Richardson17-Jul-07 0:55
Stu Richardson17-Jul-07 0:55 
GeneralRe: Key Press Event Pin
Xmen Real 17-Jul-07 2:25
professional Xmen Real 17-Jul-07 2:25 
Questionhow to convert english text to unicode in c# Pin
Farhan Ali17-Jul-07 0:33
Farhan Ali17-Jul-07 0:33 
AnswerRe: how to convert english text to unicode in c# Pin
Bert delaVega17-Jul-07 6:10
Bert delaVega17-Jul-07 6:10 

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.