Download presentation
Presentation is loading. Please wait.
1
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.
2
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
3
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.
4
Finally I use buttons for openning, closing and stoping.
5
This is my alarm clock.
6
REFERANCES
7
THANK YOU FOR LİSTENİNG
Similar presentations
© 2024 SlidePlayer.com. Inc.
All rights reserved.