ALARM CLOCK PROJECT I did alarm clock. Because planing time is very important. I research how do it on internet. I did with windows form application.
Firstly, I decided to tools what I need. I use 4 buttons, 4 textbox, 3 labels and 1 timer. I added a textbox for showing date. Then added a textbox for showing time. I use following code for showing date and time
textBox1.Text = DateTime.Now.ToShortDateString(); textBox2.Text = DateTime.Now.ToShortTimeString(); Then I use button for choose music in file. To this I use OpenFileDialog code. And I wanted to showing that written message. To this, I use a textbox and use messageBox code.
Finally I use buttons for openning, closing and stoping.
This is my alarm clock.
REFERANCES www.youtube.com www.mhmtyc.com/csharp-alarm-programi/
THANK YOU FOR LİSTENİNG