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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top