Hi there,
I'm working in VB2010 not in C# but I hope someone can help me with my problem.
I'm currently playing with this library to create scheduled tasks in Windows and now I have a question.
I've created a Form with 7 CheckBoxes (Mon - Fri) and my goal is to add only the checked days to the DaysOfWeek setting.
So for example, if I check the CheckBox1 (Sunday) and CheckBox6 (Friday) I want that the DaysofWeek setting should be wt.DaysOfWeek = DaysOfTheWeek.Sunday Or DaysOfTheWeek.Friday
Can anybody help me with that?
Thank you very much in advance,
Corpy