blah blah blah is here! blah blah » Close

0
votes
0 answers

.Net Windows Service or Scheduled Task??

Hello, #1: I have a requirement to query a database based on a date and write to file all records that have been added or modified. I also have to move all new files uploaded to the server moved to another directory. This directory a ...

0
votes
1 answers

Help with Windows Service Desktop interaction in Windows 7

I have created a Windows service using csharp that takes a screenshot every 30 seconds of the PC monitor and is working quite well on WinXP. Now my problem is that when running on Windows 7 it only takes a screenshot with black screen. When ...

0
votes
1 answers

suggest a tutorial to learn creating Windows-service using C#

I tried searching with google, but couldn't get enough resources to learn Windows service. I am eager to learn it, so that I can control my desktop processes. [as like automatically stopping a particular process, when another particular pro ...

Feedback