Hello
VS 2005,
I am developing MDI application. The user would like to have an timer running in the back ground that will send e-mail every 5 times.
Sending the e-mails is not the problem, but how can I control the timer in the back ground.
On one of the mdi forms the user will select send e-mails (start timer) and on this same form the user can stop sending e-mails (stop timer).
Would a timer control in the main form be ok? If so, then the mdi form that controls the start and stop should be able to communicate this to the main form. If the form that starts and stops the timer is closed the timer should still run. The timer should run until the application is completely closed by the user.
Any suggestions or code examples would be most grateful,
Thanks,
Steve
VS 2005,
I am developing MDI application. The user would like to have an timer running in the back ground that will send e-mail every 5 times.
Sending the e-mails is not the problem, but how can I control the timer in the back ground.
On one of the mdi forms the user will select send e-mails (start timer) and on this same form the user can stop sending e-mails (stop timer).
Would a timer control in the main form be ok? If so, then the mdi form that controls the start and stop should be able to communicate this to the main form. If the form that starts and stops the timer is closed the timer should still run. The timer should run until the application is completely closed by the user.
Any suggestions or code examples would be most grateful,
Thanks,
Steve