ALARM CLOCK PROJECT I did alarm clock.

Slides:



Advertisements
Similar presentations
My Internet Safety Guide I have used scratch to program a guide to internet safety using QR codes.
Advertisements

If you press this you attach a files. This window will come up when the attach file button is pressed. You can then press browse and pick a file that.
Copyright © 2012 Pearson Education, Inc. Chapter 11 MORE WINDOWS CONTROLS & STANDARD DIALOG BOXES.
HOW TO ADD AUDIO & VIDEO MRS. CRIDER PIT AUDIO Click on the insert tab Choose the Audio button and select Audio from file option Navigate to your folder.
How to Submit an Assignment after the Due Date. Click on “Courses” Tab.
Using Multiple Forms. Creating a New Form ProjectAdd Windows Form.
Course Orientation Assignments Tool. If the Assignments tool has been added to the course, use the Assignments link in the Course Menu to access upcoming.
Internet Explorer 7 What’s new in IE7 Bryan College presents:
SHORTCUTS. Overview Shortcuts are quick ways to get to the items you use often. You can put a shortcut to any program, document, or printer on your desktop.
Cummins® Inc. Update Manager 3.0 Training Electronic Service Tools.
Microsoft® Small Basic Clock, Desktop, and Dictionary Objects Estimated time to complete this lesson: 1 hour.
Getting Started Example ICS2O curriculum
Sep-05 Slide:1 ActiveX Controls in VB ActiveX Controls in VB6.
ACE-HIGH MP3 WAV WMA OGG Converter By :: Natharat Kaewrawang
1 1 Lab1 Ismail M. Romi – IT Dept, PPU, Visual Basic 2005 Programming Tour.
Bloomfield School District TECH TUESDAY WORKSHOP Technology Services and Support Edline/EGP-Grading Online January 10, 2012 Joanne Decker.
Intro to More Controls in C#. C# Demonstration We already touched on labels and buttons Ad-hoc demo of controls – Textboxes Multiline – Checkbox – Radiobutton.
Visual Basic.NET Windows Forms Hello World Homework Assignment.
Graphical User Interfaces Tonga Institute of Higher Education.
Lesson 12 Adding Validation To The Movie Database.
Controls. Adding Controls to Form -You can pick controls from the toolbox. -To add the controls from Toolbox to the Form You have be in design view. -To.
DotNetFM Chris Zamanillo Ana Rodriguez Allen Lee Peter Singh
Features Help (Adding Attachments) (Adding Auto Signatures) (Setting Priorities)
Learning Targets:  Develop code blocks that use arithmetic operations  Develop programs that use subtotals and final totals 1.
The parts of a Computer Window
QUICK ADD / STOCK MASTER FILE MODULE User’s Guide.
A New Page to Add-On Your Multimedia Page. Creating a New Page Open up a new Windows Notepad Click File > Save As > My Computer > “your flash drive” Name.
Creating an Audio File Using “Sound Recorder” Daniel Simms.
PREZI PRESENTATION Adding files (images, videos, sounds)
SUPPLIER MODULE User’s Guide. Step 1. Click Files Step 2. Click Supplier.
WİNDOWS FORM APPLICATION ACCESS SCREEN WİTHOUT PASSWORD.
VB 4 Controls Scrollbar Radio button check box listboxes timers control arrays.
COMPUTER PROGRAMMING I 3.01 Apply Controls Associated With Visual Studio Form.
Calculator Program Explained by Arafa Hamed. First Designing The Interface Ask yourself how many places are there that will be used to input numbers?
مقدمة في البرمجة Lecture 7. Write VB.net project using the for loop to calculate : 1- the sum of numbers from 1 to (A) numbers. 2- the sum of Odd numbers.
Weekly Report Cotta, Lucas Computer Scientist. Previous Plans · Kaldi/EEG - Once running, analyze some EEG examples with Kaldi · Demo - Implement Spectrogram.
I am using Visual Basic 6 for this class. If you want to use a different version, please contact me. Thanks!
How to Turnitin Dr Stephen Rankin Lecturer in Academic Writing and Literacy Murdoch University A 6 step guide for submitting your assignments to Turnitin.
DEPARTMENT MODULE User’s Guide. Step 1. Click Files Step 2. Click Department.
Using Forms and Form Elements In Visual Basic.NET.
 Open your browser and navigate to
Choose a Count down Time by Clicking a Button Below.
1. Open any Office 2016 app, such as Word, and create a new document.
Adding Decimal Numbers Using The Column Method
Games and Apps Development Introduction to PowerPoint
Using Multiple Forms.
How To Activate Microsoft Office 2016 In Windows 10?
Call to Fix QuickBooks Payroll Error
HOW TO INSTALL DRIVERS ON WINDOWS 10. Select the Start button and Go to the device manager.
HOW TO INSTALL DRIVERS ON WINDOWS 10. Select the Start button and Go to the device manager.
1. Select tools 2. From the dropdown menu choose Internet Options.
Open enrollment is on the horizon Open enrollment is on the horizon
Open enrollment is on the horizon Open enrollment is on the horizon
WordPad Starting WordPad!.
Horizontal Centering Using the menu bar
SNAKE GAME İRFAN ARIK
Label Name Label Name Label Name Label Name Label Name Label Name
GUI Test Information.
Adding Record To Your Database
I dragged over the label tool (A icon) and put it on the form.
Ашық сабақ 7 сынып Файлдар мен қапшықтар Сабақтың тақырыбы:
Windows басқару элементтері
What are the main uses of Microsoft Word?
Student Portal Tutorial (Academic Staff) myportal.uoz.edu.krd
© T Madas.
Қош келдіңіздер!.
Lecture 5 Menu Strip Demo with Dialog Controls.
Cancelling a Requisition or Requisition Line
Информатика пән мұғалімі : Аитова Карима.
Presentation transcript:

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