Alert icon
We're changing our privacy policy. This stuff matters.  Learn more  Dismiss

Visual Basic 2008 Alarm clock

Loading...

Sign in or sign up now!
46,266
Loading...
Alert icon
Sign in or sign up now!
Alert icon
Ratings have been disabled for this video.

Uploaded by on Nov 28, 2008

A alarm clock made in visual basic 2008,it's usefull when U have to go somewhere at a specific hour...
Download final version choose 1 of the link below:

http://www.mediafire.com/?sharekey=3971eb044f03d95dd2db6fb9a8902bda

Category:

Education

Tags:

License:

Standard YouTube License

Link to this comment:

Share to:

Uploader Comments (10Iceman01)

  • @10Iceman01

    ~Sorry, this is an old video, indeed, but I find it interesting, and I'm stuck~

    Iceman, YOU ROCK! I have lots of questions (I am begginer at Visual Basic).

    1. How can you make it hide in notification area?

    2. How can you make it .exe?

    3. How can you make a "Right Click Menu" in notification area?

  • @Gabryel501

    I'm telling you this from my mind cause I'm not using Windows anymore but I'm pretty sure this is how it works:

    1.You make the form visible = false and from the notification area you can add in that menu a show function visible = true

    To add the notification area you just add the item "Notifyicon" and you make it visible = true (either from the load code or from an action or just by default)

    2.You go to the Visual Basic menu where it sais Build..

  • @Gabryel501

    3.you can add by adding a context menu strip , but don't forget to go to the notify icon item that you added before and select what context menu are you using

    Good Luck

  • What is the code for label2? That the number going down?

    From 3 to 2 from 2 to 1 etc?

  • @MyloVanDongen

    U just add another timer with the interval 1000,you enable it when you click the button and the timer will have the code:

    if label2.text > 0 then

    Label2.text -=1

    else

    timer.stop

    messagebox("message")

    label2.text = 0 'to make sure it's not with -

    end if

Top Comments

  • whew nice program

  • can I get a copy of your source code? thanks :)

see all

All Comments (84)

Sign In or Sign Up now to post a comment!
  • @DJextrime Set the timer1 interval for 1000ms , that means 1 sec , cause if is 100 the timer will check label2 10 times in a sec

  • did exactly what u did, but mine doesnt notify me when the "alarm" goes off, no sound, no msgbox?

  • When time is up program starts spaming messeges

  • @10Iceman01 Hmm are you sure? I get an error by usng this method!

  •  put the set button code in to textbox1

  • woow epic program :) whats is the music name in backround pls? :3

View all Comments »
Loading...

0 / 00Unsaved Playlist Return to active list
    1. Your queue is empty. Add videos to your queue using this button:
      or sign in to load a different list.
    Loading...Loading...Saving...
    • Clear all videos from this list
    • Learn more