Support Forums

Full Version: [Release] My first project - Alarm Clock
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
So I'm teaching myself Visual Basic and I've create an Alarm Clock for my desktop.

I will use this myself, what you do is enter the time and a URL to a music site/sound file and leave it running.

Features:
  • Type the exact time you want.
  • Have it open a URL to a radio player/audio file/YouTube video
  • Current Time display.
  • Wake Up! Message box with Bleep.

For example, I leave this on overnight with my screen turned off and have it open in the morning, set to open BBC Radio 1 and play over my speakers as my alarm Tongue

Screenshot:
http://gyazo.com/a790e242cf8ab2a9cd15907ae9c8be44

Download:
http://www.2shared.com/file/WXdgcLzq/Alarm_Clock.html


Looks nice. You should include the ability to load sounds from your desktop, instead of using an online link. What if you don't have internet? Smile

(01-11-2012, 12:19 PM)Cronus- Wrote: [ -> ]Looks nice. You should include the ability to load sounds from your desktop, instead of using an online link. What if you don't have internet? Smile

You still can. Just include the full URL of the file on your computer.

e.g.

Code:
file:///C:/Users/Sam/Desktop/Music.mp3
Good idea you good there can't believe I didn't think about that Smile

I've allways wanted something like this and I've used several PHPs version that just fail. Smile I made it for myself more than anything.
I made an Alarm Clock years ago. Pretty neat app to start off with. You should allow users to choose songs from their computer to use for the alarm.
If you want another really funny project for starters you should try making a text editor I really had fun coding that and I developed it in to be a program to make forum threads fast Tongue
I created an alarm clock with sounds and taskbar notification popups, I was going to ask you why you decided to play a sound off the internet. But I guess you could load one from your hard drive too...

(01-11-2012, 02:26 PM)Firetech Wrote: [ -> ]If you want another really funny project for starters you should try making a text editor I really had fun coding that and I developed it in to be a program to make forum threads fast Tongue


lol take a look at my application called "AcePad" Smile
(01-11-2012, 03:00 PM)King Wrote: [ -> ]take a look at my application called "AcePad" Smile

Don't guys it's awful!!!

(01-11-2012, 05:49 PM)Fragma Wrote: [ -> ]Don't guys it's awful!!!


I still actually haven't finished it though, I don't think VB will ever make some of it's search functions as good as C++ would have because of certain memory limits, but I should get back to working on it. I have a couple good ideas for it.

Fragma you quotted King though my friend lol

----->
King Wrote:take a look at my application called "AcePad" Smile
Pages: 1 2