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

C#

 
GeneralRe: Graphic drawing with OR transparency Pin
Jay Shankar9-Jun-04 22:45
Jay Shankar9-Jun-04 22:45 
GeneralDraw Shape To Screen Pin
Anonymous7-Jun-04 21:40
Anonymous7-Jun-04 21:40 
GeneralMDI Form Pin
kobystud7-Jun-04 21:20
kobystud7-Jun-04 21:20 
GeneralRe: MDI Form Pin
Dave Kreskowiak8-Jun-04 3:13
mveDave Kreskowiak8-Jun-04 3:13 
Generalsetup creation Pin
sreejith ss nair7-Jun-04 21:16
sreejith ss nair7-Jun-04 21:16 
General.NET Profiler Pin
Wizard_017-Jun-04 20:32
Wizard_017-Jun-04 20:32 
GeneralRe: .NET Profiler Pin
scadaguy8-Jun-04 2:54
scadaguy8-Jun-04 2:54 
GeneralQuestion abt Service Pin
SatyaDY7-Jun-04 20:14
SatyaDY7-Jun-04 20:14 
Hi,
I am trying find the services which are running on my machine on polling basis, and I am trying write this to a file before shutdown. I am trying to do this using a service, I am writing the code for file writing in the OnStop() method of the service. The problem is my service starts and stops immediately. Why this is happening??

Code Snippet:
OnStop()
{
System.IO.StreamWriter file = new System.IO.StreamWriter("d:\\test.txt");
Process [] curentProcess= Process.GetProcesses();
foreach(Process p in curentProcess)
file.WriteLine(p.ProcessName);

file.Close();
}


Regards,
Satya
GeneralRe: Question abt Service Pin
Corinna John7-Jun-04 20:34
Corinna John7-Jun-04 20:34 
GeneralRe: Question abt Service Pin
SatyaDY7-Jun-04 21:49
SatyaDY7-Jun-04 21:49 
GeneralRe: Question abt Service Pin
Nick Seng7-Jun-04 21:24
Nick Seng7-Jun-04 21:24 
GeneralRe: Question abt Service Pin
SatyaDY7-Jun-04 21:53
SatyaDY7-Jun-04 21:53 
GeneralRe: Question abt Service Pin
Nick Seng7-Jun-04 22:05
Nick Seng7-Jun-04 22:05 
GeneralRe: Question abt Service Pin
Dave Kreskowiak8-Jun-04 3:07
mveDave Kreskowiak8-Jun-04 3:07 
GeneralRe: Question abt Service Pin
Nick Seng8-Jun-04 15:29
Nick Seng8-Jun-04 15:29 
GeneralChange Window Title Form Font Pin
Anonymous7-Jun-04 20:06
Anonymous7-Jun-04 20:06 
GeneralRe: Change Window Title Form Font Pin
Heath Stewart8-Jun-04 3:44
protectorHeath Stewart8-Jun-04 3:44 
GeneralRe: Change Window Title Form Font Pin
Aaron Eldreth8-Jun-04 3:54
Aaron Eldreth8-Jun-04 3:54 
GeneralRe: Change Window Title Form Font Pin
Heath Stewart8-Jun-04 4:06
protectorHeath Stewart8-Jun-04 4:06 
GeneralRe: Change Window Title Form Font Pin
Dave Kreskowiak8-Jun-04 4:10
mveDave Kreskowiak8-Jun-04 4:10 
GeneralRe: Change Window Title Form Font Pin
Aaron Eldreth8-Jun-04 4:23
Aaron Eldreth8-Jun-04 4:23 
GeneralDatView DataBinding using Parent relation Pin
Corneliu Tusnea7-Jun-04 15:32
Corneliu Tusnea7-Jun-04 15:32 
GeneralCreating Financial Chart control using C# Pin
sgeesala7-Jun-04 15:06
sgeesala7-Jun-04 15:06 
GeneralRe: Creating Financial Chart control using C# Pin
Dave Kreskowiak7-Jun-04 15:47
mveDave Kreskowiak7-Jun-04 15:47 
GeneralRe: Creating Financial Chart control using C# Pin
Heath Stewart8-Jun-04 3:39
protectorHeath Stewart8-Jun-04 3:39 

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.