How to winsdows service Programing????
C#
2
Posts
2
Posters
0
Views
1
Watching
-
one Windos Service is making by C#.NET when order to Stop service but Service is Some Processing... not Finish so.. i want to Message Box ("Can not Stop Serveice") ..or this service can not stop until Service is Some Processing Finish i want to make if (someprocessing finish) { service.Stop();} else wait Service.Stop(); How to coding ~~ i do not know~~!!!!!
-
one Windos Service is making by C#.NET when order to Stop service but Service is Some Processing... not Finish so.. i want to Message Box ("Can not Stop Serveice") ..or this service can not stop until Service is Some Processing Finish i want to make if (someprocessing finish) { service.Stop();} else wait Service.Stop(); How to coding ~~ i do not know~~!!!!!