To Download Source Code Click here >System Scheduler.rar
- Open Visual Studio and Click on New Project Window from template.
- Place 2Labels, 1DateTimePicker, 1ComboBox, 1Timer, 1NotifyIcon and 3Buttons.
- Set Properties for Label1
- Text = "Set Time for Operation"
- Set Properties for Label2
- Text = "Select Operation"
- Set Properties for DateTimePicker
- Set Properties for ComboBox1
- Name = "cboOperation"
- DropDownStyle = "DropDownlist"
- Items = "Log Off, Restart, ShutDown"
- Set Properties for Button1
- Name = "btnOk"
- Text = "Ok"
- Set Properties for Button2
- Name = "btnCancel"
- Text = "Cancel"
- Set Properties for Button3
- Name = "btnAbout"
- Text = "?"
- Now use the Below give Code.
Code:
Help From : http://www.devasp.net/net/articles/display/513.html
To Download Source Code Click here >System Scheduler.rar