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

C#

 
AnswerRe: The pay phone project Pin
Christian Graus16-Nov-09 0:05
protectorChristian Graus16-Nov-09 0:05 
AnswerRe: The pay phone project Pin
EliottA16-Nov-09 0:47
EliottA16-Nov-09 0:47 
AnswerRe: The pay phone project Pin
The Man from U.N.C.L.E.16-Nov-09 2:32
The Man from U.N.C.L.E.16-Nov-09 2:32 
AnswerRe: The pay phone project Pin
Wes Aday16-Nov-09 9:39
professionalWes Aday16-Nov-09 9:39 
QuestionText on Aero Glass that has Painted Layer - how? Pin
Rabangus15-Nov-09 23:27
Rabangus15-Nov-09 23:27 
Questionsearch for unicode text? Pin
krt7201215-Nov-09 22:53
krt7201215-Nov-09 22:53 
AnswerRe: search for unicode text? Pin
Christian Graus15-Nov-09 22:56
protectorChristian Graus15-Nov-09 22:56 
GeneralRe: search for unicode text? Pin
krt7201215-Nov-09 23:05
krt7201215-Nov-09 23:05 
GeneralRe: search for unicode text? Pin
Christian Graus15-Nov-09 23:16
protectorChristian Graus15-Nov-09 23:16 
GeneralRe: search for unicode text? Pin
krt7201215-Nov-09 23:23
krt7201215-Nov-09 23:23 
GeneralRe: search for unicode text? Pin
Christian Graus15-Nov-09 23:28
protectorChristian Graus15-Nov-09 23:28 
GeneralRe: search for unicode text? Pin
krt7201215-Nov-09 23:32
krt7201215-Nov-09 23:32 
QuestionHow to test proxy setting for WCF client? Pin
link27sea15-Nov-09 22:44
link27sea15-Nov-09 22:44 
AnswerRe: How to test proxy setting for WCF client? Pin
Mirko198015-Nov-09 23:13
Mirko198015-Nov-09 23:13 
GeneralRe: How to test proxy setting for WCF client? Pin
link27sea16-Nov-09 17:24
link27sea16-Nov-09 17:24 
QuestionSearching Bluetooth devices in background, Visual Studio C#?? Pin
fernandovallecordoba15-Nov-09 22:36
fernandovallecordoba15-Nov-09 22:36 
AnswerRe: Searching Bluetooth devices in background, Visual Studio C#?? Pin
Giorgi Dalakishvili15-Nov-09 22:50
mentorGiorgi Dalakishvili15-Nov-09 22:50 
QuestionUpdate Windows Service member variable from external windows Application in c# [modified] Pin
platso_58815-Nov-09 21:45
platso_58815-Nov-09 21:45 
AnswerRe: Update Windows Service member variable from external windows Application in c# Pin
Covean15-Nov-09 22:36
Covean15-Nov-09 22:36 
GeneralRe: Update Windows Service member variable from external windows Application in c# Pin
platso_58816-Nov-09 0:40
platso_58816-Nov-09 0:40 
GeneralRe: Update Windows Service member variable from external windows Application in c# Pin
Covean16-Nov-09 1:19
Covean16-Nov-09 1:19 
GeneralRe: Update Windows Service member variable from external windows Application in c# Pin
platso_58817-Nov-09 18:08
platso_58817-Nov-09 18:08 
AnswerRe: Update Windows Service member variable from external windows Application in c# Pin
dojohansen15-Nov-09 22:37
dojohansen15-Nov-09 22:37 
Probably not what you're looking for but perhaps you could simply use some external resource that both applications may access?

If the service uses a FileSystemWatcher it can receive an event when a file changes, and if it only opens the file for reading there should be no problems with the file being in use or anything like that. So the app needing to inform the service of something would simply update a file, or place a new file in a directory, or put the information in a database.

Or why not use a message queue? This would also let you queue messages regardless of whether or not the service is up and running of the time of creating the message.

I'm sure there are many other possibilities, but generally speaking it seems like an odd way of interfacing between applications to have one application directly modify the state of another - you could hardly get further away from the good OOP practice of encapsulation.
Questionc# Line Graph for compact framework Pin
benjamin yap15-Nov-09 20:51
benjamin yap15-Nov-09 20:51 
Questionhow to open program through C# program and give this program focus - in Windows Mobile ? Pin
E_Gold15-Nov-09 19:55
E_Gold15-Nov-09 19:55 

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.