Want my Console program to run as a service
SPONSORED LINKS
Hello i’m working on a project that simply changes the wallpaper periodically…it works fine…I created two seperate projects…1) a forms application 2) console application……..The forms application gets the data and settings from the user….the console application reads the data and settings from text files created in the forms application and does the job of changing the wall paper…i’ve got mine set to change every minute…I realy want to get this finished, but am stumped by a few things….
1) how can i get my console application to run as a windows service..have tried the SC Create command..no good…..
2)how can i get it so the console program runs as an icon on the system tray near the clock………
3)When i want to publish to create the setup.exe…should i somehow merge the two projects together or publish each one seperatly and use some sort of batch installer…..
I’ve never done any windows programming b4..but am catching on..any help would be appreciated..
Read the rest here:
Want my Console program to run as a service