How can I execute some code, once a day. e.g. call MyMethod() at 3pm every day. (provided the app is running of course)...
Im trying to do this in c# winforms.
Windows Service and a Timer!
check out codeproject's simple windows server:
http://www.codeproject.com/KB/dotnet/simplewindowsservice.aspx