CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 6 of 6

Thread: Multi Alarm

  1. #1
    Join Date
    Nov 2009
    Posts
    61

    Exclamation Multi Alarm

    Hey i want to make a multi alarm!

    It should have decided times to go on. like 19:30 19:50 20:20 etc.
    And it should max my application when alarm goes on.
    Lets start with that, please help me and describe your code or tutorial =) Thanks!!!

  2. #2
    Join Date
    Jun 2008
    Posts
    2,477

    Re: Multi Alarm

    I don't think you will get great responses by simply asking for chunks of code. What have you tried already and why is it not working? This is a pretty simple thing to do, you design your app to run in the system tray and just check the system time in a background thread. There are other ways to approach this, but I would just start with the most simple thing that works.

  3. #3
    Join Date
    Nov 2009
    Posts
    61

    Re: Multi Alarm

    I did some seaching but really couldnt find anything useful. :/

    But yeah asking for code maybe was a little to much.

    Ill ask it this way then: If anyone see a tutorial on how2 create a such multi alarm, please write in this thread!

  4. #4
    Join Date
    Oct 2008
    Posts
    116

    Re: Multi Alarm

    uhm you can use window service to do this task.

    An other way, in your application you can use TimeTick to do this task.

    A question for you. Can you make a single alarm ?
    My English is very bad. So tell me if Something I talked make u confuse.
    My Ebook Store: www.coding.vn/book.php

  5. #5
    Join Date
    Nov 2009
    Posts
    61

    Exclamation Re: Multi Alarm

    Quote Originally Posted by zkidkid View Post
    uhm you can use window service to do this task.

    An other way, in your application you can use TimeTick to do this task.

    A question for you. Can you make a single alarm ?

    Earm if i can do it, my self? No
    But is it possible? Yes.

    Also a tut would proberly be the best

  6. #6
    Join Date
    Nov 2009
    Posts
    61

    Re: Multi Alarm

    I googled, problem solved

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured