[RESOLVED] Background Worker
Hi!! I made a program that if the date of the DateTimePicker1 = the actual date, then i would turn off the computer...
Ok, so that was easy... But the problem comes when i want to close the program... Is there any way to have the program working in the background comparing both dates and when they are the same, turns off the computer?:confused::confused:
Re: [RESOLVED] Background Worker
That s right, you do followwing jm , and remember use timer to compare date,
i dont know clearly about your program but the date which you said is that timeofday?
if so you use datatimepicker what for.
and if not , it is date , so user have to use more 1 days then computer will turnoff ?
or you have opotion time for turning off computer .
:wave:
Re: [RESOLVED] Background Worker
I'm using the DateTimePicker, but the command that I'm using to turn off the computer isn't working... I gotta check that.
I'm using a timer to check every hour if the dates are the same....