application question

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • daveL

    application question

    Hello all
    I have a application im placing in the system tray...
    this is a dialog window with some schedules on it,
    the schedules are based on timers,

    when the application starts , i want to show the window, but then reset the
    timers and set the window to the system tray

    the startup show take no user involvment to start it up...
    what is the best way to accomplish this

    Thanks
    DaveL


  • Duggi

    #2
    Re: application question

    On Aug 17, 9:31 pm, "daveL" <vettes_n_j...@ yahoo.comwrote:
    Hello all
    I have a application im placing in the system tray...
    this is a dialog window with some schedules on it,
    the schedules are based on timers,
    >
    when the application starts , i want to show the window, but then reset the
    timers and set the window to the system tray
    >
    the startup show take no user involvment to start it up...
    what is the best  way to accomplish this
    >
    Thanks
    DaveL
    there are timer components and NotifyIcon controls use it, and achieve
    your logic. If faced some specific issue post a query here

    -Cnu

    Comment

    • daveL

      #3
      Re: application question

      Timer run once will do the job

      thanks
      DaveL

      "Duggi" <DuggiSrinivasa Rao@gmail.comwr ote in message
      news:0036f892-061a-41b8-b257-d7a10ad662e2@b3 8g2000prf.googl egroups.com...
      On Aug 17, 9:31 pm, "daveL" <vettes_n_j...@ yahoo.comwrote:
      Hello all
      I have a application im placing in the system tray...
      this is a dialog window with some schedules on it,
      the schedules are based on timers,
      >
      when the application starts , i want to show the window, but then reset
      the
      timers and set the window to the system tray
      >
      the startup show take no user involvment to start it up...
      what is the best way to accomplish this
      >
      Thanks
      DaveL
      there are timer components and NotifyIcon controls use it, and achieve
      your logic. If faced some specific issue post a query here

      -Cnu


      Comment

      Working...