Click here to Skip to main content
15,912,400 members
Home / Discussions / C#
   

C#

 
GeneralRe: c# forms Pin
Stefan Troschuetz28-Mar-07 2:14
Stefan Troschuetz28-Mar-07 2:14 
QuestionCrystal reports problem with C# Pin
Arshad.Hammad27-Mar-07 20:35
Arshad.Hammad27-Mar-07 20:35 
QuestionRe: Crystal reports problem with C# Pin
Muhammad Qasim Pasta28-Mar-07 21:46
Muhammad Qasim Pasta28-Mar-07 21:46 
QuestionASP.net C# client machine access Pin
Niladri Dm27-Mar-07 20:28
Niladri Dm27-Mar-07 20:28 
Questionclick event of axShockwaveFlash Pin
Test27030727-Mar-07 20:10
Test27030727-Mar-07 20:10 
AnswerRe: click event of axShockwaveFlash Pin
lnwsad4-Jan-11 8:55
lnwsad4-Jan-11 8:55 
QuestionHow to communicate between two process Pin
Sanjib Raj27-Mar-07 19:58
Sanjib Raj27-Mar-07 19:58 
AnswerRe: How to communicate between two process Pin
Nader Elshehabi27-Mar-07 23:11
Nader Elshehabi27-Mar-07 23:11 
There are several ways to do this.

One easy way is to write it to windows log entry using the EventLog class. In the service you'll create a source with your service's name, and in the Stop() method of the service, you write an entry to the Log. In the applications use the same class to monitor that log. When an entry is written an event called EntryWritten will be raised.

PS.
This may not work when you service has been forcibly ended using the task manager.

RegardsRose | [Rose]

QuestionPassing values one form to another form Pin
Test27030727-Mar-07 18:32
Test27030727-Mar-07 18:32 
AnswerRe: Passing values one form to another form Pin
Martin#27-Mar-07 19:20
Martin#27-Mar-07 19:20 
AnswerRe: Passing values one form to another form Pin
AB777127-Mar-07 20:05
AB777127-Mar-07 20:05 
AnswerRe: Passing values one form to another form Pin
Muammar©27-Mar-07 20:53
Muammar©27-Mar-07 20:53 
GeneralRe: Passing values one form to another form Pin
sujithkumarsl28-Mar-07 2:05
sujithkumarsl28-Mar-07 2:05 
Questioncom object for widows service Pin
justintimberlake27-Mar-07 18:23
justintimberlake27-Mar-07 18:23 
Questionreport viewer Pin
kalyan_241627-Mar-07 17:57
kalyan_241627-Mar-07 17:57 
QuestionConvert Database value to text in DataGridView Pin
Richard Blythe27-Mar-07 17:06
Richard Blythe27-Mar-07 17:06 
AnswerRe: Convert Database value to text in DataGridView Pin
phantanagu27-Mar-07 22:29
phantanagu27-Mar-07 22:29 
GeneralRe: Convert Database value to text in DataGridView Pin
Richard Blythe28-Mar-07 5:23
Richard Blythe28-Mar-07 5:23 
Question2 Equations 2 Unknows - How to program in C#? Pin
laura131627-Mar-07 16:05
laura131627-Mar-07 16:05 
AnswerRe: 2 Equations 2 Unknows - How to program in C#? Pin
laura131627-Mar-07 16:06
laura131627-Mar-07 16:06 
GeneralRe: 2 Equations 2 Unknows - How to program in C#? Pin
Leslie Sanford27-Mar-07 16:24
Leslie Sanford27-Mar-07 16:24 
AnswerRe: 2 Equations 2 Unknows - How to program in C#? Pin
darkcalin27-Mar-07 22:12
darkcalin27-Mar-07 22:12 
GeneralRe: 2 Equations 2 Unknows - How to program in C#? Pin
darkcalin27-Mar-07 22:29
darkcalin27-Mar-07 22:29 
QuestionNAT Translation problem Pin
kamPooh27-Mar-07 15:50
kamPooh27-Mar-07 15:50 
AnswerRe: NAT Translation problem Pin
m@u27-Mar-07 21:54
m@u27-Mar-07 21:54 

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.