Results 1 to 4 of 4

Thread: [RESOLVED] Tool Tip Tray notification for every X minutes

  1. #1

    Thread Starter
    Member
    Join Date
    Jan 2014
    Posts
    62

    Resolved [RESOLVED] Tool Tip Tray notification for every X minutes

    Hi There,

    Is it possible to display a tray notification for every x minutes. Say, 10 minutes, 15 minutes etc..

    Can some one please guide me.

    Thank you in advance,

    Best Regards,
    Krrish

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    110,302

    Re: Tool Tip Tray notification for every X minutes

    If you want to do something regularly on a schedule then you use a Timer. It doesn't matter what the something is. If you can do something when a Button is Clicked then you can do that same thing when a Timer Ticks.

  3. #3
    Still learning kebo's Avatar
    Join Date
    Apr 2004
    Location
    Gardnerville,nv
    Posts
    3,757

    Re: Tool Tip Tray notification for every X minutes

    Yes, it is possible.
    Create a timer, and in the tick event handler, call the notify icon's ShowBallonTip method.

    I must say though, that if an app was popping up a notify every 10-15 minutes, I would not use the app unless I really really needed to.
    kevin
    Process control doesn't give you good quality, it gives you consistent quality.
    Good quality comes from consistently doing the right things.

    Vague general questions have vague general answers.
    A $100 donation is required for me to help you if you PM me asking for help. Instructions for donating to one of our local charities will be provided.

    ______________________________
    Last edited by kebo : Now. Reason: superfluous typo's

  4. #4

    Thread Starter
    Member
    Join Date
    Jan 2014
    Posts
    62

    Re: Tool Tip Tray notification for every X minutes

    Thank you both.

    @jmcilhinney @Kebo

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