Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

Hi all,

 

Well, I'm back at it again working on the 2nd version of my Point-of-Sale program. For those of you who helped me on the first version (you know who you are), I just want to say that I couldn't have done it without you. Everyone here has been great, and I have really learned so much by just being here. For those of you who haven't yet seen it, or just want to check it out, you can download it here . Feedback would appreciated.

 

So, I've received hundreds of emails from customers requesting different features, and i'm trying to incorporate as many as possible into the new version. One feature that I'm working on is the option of sending daily sales reports via email to a user-entered email address. What I thought about doing was create a small Windows service that generates and sends the report every night at a specified time.

 

My questions are:

 

1.) Can I install the service through the deployment project for the main app?

2.) How do I start the service once it's installed?

3.) Is there a better way to do this instead of creating a Windows service?

 

Any feedback would be greatly appreciated (as always).

 

Thanks in advance,

 

Chris

if(computer.speed == "slow")
    {  
       hamster.feed();  
    }
if(computer.speed == "really slow")
    {  
        hamster.kill();
        BuyNewHamster();
    }

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...