CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 6 of 6

Thread: ideas?

  1. #1
    Join Date
    Jun 2011
    Posts
    3

    ideas?

    Hey

    I am a newbie to software development. But for an internship opportunity that I am exploring they have asked me to develop a program.

    I have visual basic 2010 and want to develop an alarm clock application. I have a month to do it in.

    Is this possible? Or do you have any better ideas for a program to make?


    I would really really appreciate any help.


    Thanks


    Michael

  2. #2
    Join Date
    Dec 2010
    Posts
    20

    Re: ideas?

    It depends on what features will be put in this application.
    Last edited by deyili; June 17th, 2011 at 02:19 AM. Reason: finished.

  3. #3
    Join Date
    Jun 2011
    Posts
    3

    Re: ideas?

    I want to do an alarm clock that plays an mp3 file when the alarm is set. I want it to tell time and alarm feature.

  4. #4
    Join Date
    May 2011
    Location
    Washington State
    Posts
    220

    Re: ideas?

    To answer the questions in your post, yes it is possible... and no, I don't have a better idea for a program to write because we don't know anything about this internship you are exploring.

    You didn't tell us anything about yourself, are you a programming student? What is your current skill level? Do you know how to start a new Windows project? If you do, how far on the design of an alarm clock application can you get on your own? Where do you have trouble?

    You will need some sort of specific references to certain issues you are having, otherwise, I doubt anybody is really going to be of much help.

  5. #5
    Join Date
    Jan 2010
    Posts
    1,133

    Re: ideas?

    Quote Originally Posted by 5185noss View Post
    Hey
    [...]
    I have visual basic 2010 and want to develop an alarm clock application.
    [...]
    Hey, there.
    Maybe you didn't notice, but this is a C# forum.

    If you're developing with Visual Basic, you'll have better luck at the CodeGuru VB.NET Forums here.

    You can repost there, or wait for a moderator to move the thread.

  6. #6
    Join Date
    Jul 2008
    Location
    WV
    Posts
    5,362

    Re: ideas?

    Such an application would be very easy to write in VB.Net.

    You'll need a timer, code to display the time, code to check the current time <> alarm time and some code to play the file when the time comes all of which is very simple. Should take less than 30 minutes for an experienced programer unless you really get fancy with graphics or add additional features.
    Always use [code][/code] tags when posting code.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured