Hi TP!
LOL...Just did a google search for DateTime.Now and came across this post, should of known just to email you. I've been experimenting with DateTime.Now but not for the date but computer clock.
string time1 = DateTime.Now.ToString(" m ");
MessageBox.Show(""+time1);
This will give me the minuets on comp clock. What I've been attempting to achieve is to save to a var and make a if compare to execute some code every 5 or 10 minuets. My problem is when saved to a Setvar its still updating with clock. Any suggestions? I read using a system timer is the better approach to this but had no luck with that either, my lack of experience has me going to bed with a headache past 2 nights.
As always your help is very much appreciated,
Dan