Results 1 to 11 of 11

Thread: Challenge a Newbie!

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Nov 2001
    Location
    Just behind the screen
    Posts
    72

    Challenge a Newbie!

    Hi all!,

    I'm an almost newbie, who know a little about VB, but not much...... I've red a couple of tutorials with the basic of just VB and then a tutorial about basic Access DB and VB.......

    Now I just need to improve my skills by trying to make stuff.....

    Please hand me some challenges.... just name a program and tell me what functions it must have and I'll do my best....

    remember I'm an almost newbie!!

    Thanks,!
    So what's a program!?

  2. #2

    Thread Starter
    Lively Member
    Join Date
    Nov 2001
    Location
    Just behind the screen
    Posts
    72
    Come on..... Think of something !

    You can do it
    So what's a program!?

  3. #3
    Hyperactive Member Hampster's Avatar
    Join Date
    Feb 2001
    Location
    On my hamster wheel.
    Posts
    374
    hmm... make a program that kills that "Sprinks" popup

  4. #4
    Good Ol' Platypus Sastraxi's Avatar
    Join Date
    Jan 2000
    Location
    Ontario, Canada
    Posts
    5,134
    Create a program that has an interface for an Access Database. That'll really get the ball rolling for you. If you want even more of a challenge, try handling Image fields as well!
    All contents of the above post that aren't somebody elses are mine, not the property of some media corporation.
    (Just a heads-up)

  5. #5
    DaoK
    Guest
    Make something who will put in a database all url you have been in the day with IE. You will need to class them by frequency of visit.

  6. #6

    Thread Starter
    Lively Member
    Join Date
    Nov 2001
    Location
    Just behind the screen
    Posts
    72
    Does the word "Newbie" mean anything to u, DaoK?
    So what's a program!?

  7. #7
    TheSarlacc
    Guest
    Posted by Daok
    Make something who will put in a database all url you have been in the day with IE. You will need to class them by frequency of visit.
    no offense GuyBrush, but u asked for some ideas and u got some...

  8. #8

    Thread Starter
    Lively Member
    Join Date
    Nov 2001
    Location
    Just behind the screen
    Posts
    72
    I know... I'll just read a couple of e-books and then I'll be back
    So what's a program!?

  9. #9
    Junior Member -B-Mysterio's Avatar
    Join Date
    Jan 2002
    Location
    Tennessee
    Posts
    29

    Cool

    Remake the windows calculator. You'll find that it has a few bugs, and you'll feel like a genius when you do better than the Microsoft boys. But don't compile too early, it can crash your system, or just cause problems.

    Use "For I loops"

    Try using both "If" statements, and "Select Case" statements

    You'll probably have to use an array, but be careful with arrays. They can cause memory leaks, and HoSe a system!

    Once you get the calculator to your liking, try adding things like: extra memory slots, blanks you can export the answers to, or a program kill\reopen key... Just for the HEy of it.

    Good luck
    L8R
    Mysterio

    He who laughs last... Didn't get the joke!

  10. #10
    Addicted Member
    Join Date
    Aug 2001
    Location
    I'm mobile
    Posts
    166
    Ideas:
    - make a very basic encryption program
    - make a program that makes the user input a date and then should the program calculate what day the date was
    - make a notepad, or a simple login-program which stores your input in the registry and reads your input from the registry

    good luck!
    [p r a e t o r i a n]

  11. #11
    Lively Member
    Join Date
    Sep 2001
    Location
    Western North Carolina
    Posts
    124

    Lightbulb Project Idea

    This is not to hard of a task, but You will be challenged.

    First create an Access DB that has information about users.

    Name, birthday, age

    Create a form with 3 text boxes for each.
    Create 5 command buttons.

    Add, Delete, Save, Cancel, Close (Exit)

    Now using an ADO connection. Link the text boxes to the DB and then put code in place that will allow You to add or delete people.

    Now after You get that going, enhance Your form.

    Add a label that displays the date and time. (You will have to use a timer to keep it refreshed...so it will tick!)

    Try this...if You have any problems just send me a message. It is not too hard of a project.



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