application question

  • Thread starter Thread starter daveL
  • Start date Start date
D

daveL

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
 
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
 
Timer run once will do the job

thanks
DaveL

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
 
Back
Top