You must Sign In to post a response.
  • Category: .NET

    Please help me i have question about Alarm Clock for Exam

    I want to create exam alarm clock. in this case have 10 questions and 30 minits. every question has 3 min. so i want to create if start the exam every 3min want to ring the bell. in 30 min want to ring the bell every 3min. so please help me solve that matter.

    Thank You.
  • #767649
    Hi,
    You can create a Timer and set its Interval to some specified time.
    Inside timer_Elapsed() enent which will fire after your specified Interval, you can show user a messgage/ring the bell.
    Please refer below code.
    http://stackoverflow.com/questions/1493203/alarm-clock-application-in-net


  • Sign In to post your comments