Click here to Skip to main content
15,888,968 members
Home / Discussions / C#
   

C#

 
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 
QuestionHow to send image via webservices Pin
Shaik Haneef15-Nov-09 19:41
Shaik Haneef15-Nov-09 19:41 
AnswerRe: How to send image via webservices Pin
Christian Graus15-Nov-09 19:43
protectorChristian Graus15-Nov-09 19:43 
GeneralPlease Give me accurate link.. I can't found so that I am posted in google. Pin
Shaik Haneef15-Nov-09 20:03
Shaik Haneef15-Nov-09 20:03 
GeneralRe: Please Give me accurate link.. I can't found so that I am posted in google. Pin
Christian Graus15-Nov-09 20:51
protectorChristian Graus15-Nov-09 20:51 
GeneralRe: Please Give me accurate link.. I can't found so that I am posted in google. Pin
Shaik Haneef24-Nov-09 19:56
Shaik Haneef24-Nov-09 19:56 
GeneralRe: Please Give me accurate link.. I can't found so that I am posted in google. Pin
The Man from U.N.C.L.E.15-Nov-09 20:54
The Man from U.N.C.L.E.15-Nov-09 20:54 
GeneralRe: Please Give me accurate link.. I can't found so that I am posted in google. Pin
Shaik Haneef24-Nov-09 19:58
Shaik Haneef24-Nov-09 19:58 
Questionhow to restore SQL database with SQLxpress? Pin
Ir-win ChakadCo15-Nov-09 19:26
Ir-win ChakadCo15-Nov-09 19:26 
AnswerRe: how to restore SQL database with SQLxpress? Pin
Christian Graus15-Nov-09 19:43
protectorChristian Graus15-Nov-09 19:43 
QuestionSAP.NET Connector Issue Pin
Vishal Dave15-Nov-09 19:13
Vishal Dave15-Nov-09 19:13 
AnswerRe: SAP.NET Connector Issue Pin
Richard MacCutchan15-Nov-09 21:40
mveRichard MacCutchan15-Nov-09 21:40 
Questionformat the paragraphs using late binding [modified] Pin
Swetha Srinivasan15-Nov-09 17:44
Swetha Srinivasan15-Nov-09 17:44 
Questionusing reflection Pin
mmdullah15-Nov-09 16:26
mmdullah15-Nov-09 16:26 
AnswerRe: using reflection Pin
dybs15-Nov-09 17:06
dybs15-Nov-09 17:06 
GeneralRe: using reflection Pin
mmdullah15-Nov-09 17:23
mmdullah15-Nov-09 17:23 

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.