Monday, December 15, 2003

So, for all you following my adventures, I am currently working on my Windows Service. I am attempting to have a windows service that monitors a certain folder, checking it using a timer every x seconds. When the folder is populated with files, the service moves those files and enters data into our business system and our production system. I am hoping to make this service flexable enough so that it can be used at other photo labs and even with other business and production systems. (Or none at all.) To be able to do this I want to allow the user of the service to be able to select the database of each of the systems. But I want to make it easy. I may need to cut out the flexibility for now, but we'll see. This is my first Windows Service.

No comments: