Want my Console program to run as a service





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




Related posts:

  1. Output text into console window from GUI app Say, if my GUI Win32 app is started from...
  2. I want to make console window A console based application, i new to c#, this...
  3. Windows Service console output redirection Hi I have created window service program and redirected...
  4. HangMan Console Game Help using System; using System.Collections.Generic; using System.Linq; using System.Text; using...
  5. Paste text into console Hi all: I'm trying to paste a string into...

Related posts brought to you by Yet Another Related Posts Plugin.

Post a Comment