You are currently viewing the C# 2005 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
hi
I am working on a project using C#.net windows application.
I have a form that I need to be refreshed every 1 or 2 minutes bye itself.
that is something like a mail server. you know for example when you login to yahoo mail server if you stay in your inbox and do nothing your inbox will be refreshed and you will see your new emails. I want the same process in windows application.
please let me know how I can do it.
thank you very much!
================================================== =========
Read this if you want to know how to get a correct reply for your question.
(Took that from Doug signature and he Took that from Peter profile)
================================================== =========
My programs achieved a new certification : WORKS ON MY MACHINE
================================================== =========
I know that CVS was evil, and now i got the proof.
================================================== =========
google it! you have a timer control with a timer event that occurs every xx ms. you just put the code you want in that event and is done.
__________________
HTH
Gonzalo
================================================== =========
Read this if you want to know how to get a correct reply for your question.
(Took that from Doug signature and he Took that from Peter profile)
================================================== =========
My programs achieved a new certification : WORKS ON MY MACHINE
================================================== =========
I know that CVS was evil, and now i got the proof.
================================================== =========