Results 1 to 11 of 11

Thread: what to do????????

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Aug 2007
    Posts
    259

    Angry what to do????????

    I want to make another programme, but I have NO IDEAS!!!! I am only a few weeks into visual basic, so cannot do anything too complicated, I can do variables and arrays and controls and lots of basic things, but no APIs. How do people think of ideas for Programmes?

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: what to do????????

    Mine come to me in my inbox.

    Do you have music CDs or something like that?

    Build yourself an inventory system for them.

  3. #3
    Frenzied Member aikidokid's Avatar
    Join Date
    Aug 2002
    Location
    Bristol, UK
    Posts
    1,968

    Re: what to do????????

    I had the same problem so I decided to make a Code Library, or Code bank.
    You are making something that will be of use to you straight away.

    Take a look at the link in my signature.
    If somebody helps you, take time to RATE the post. I do.

    "FAILURE IS NOT AN OPTION. It comes bundled with the software."

    Below are some of the threads that have helped me along the way:

    CodeBank submission:
    Listview Backcolor (without subclassing)

    Loading Treeview Nodes From A Database, Creating Registry Keys, Count Number of Lines in TextBox , Excellent RichTextBox Tricks & Tips
    Ideas & Screen Shots For A Code Library App
    How to do Data validation in Excel, Conditional Formating in Excel

  4. #4
    Fanatic Member drivenbywhat's Avatar
    Join Date
    Jan 2007
    Location
    VA - USA
    Posts
    866

    Re: what to do????????

    Some projects that you can try when learning vb are the following:

    html editor
    web browser
    media player
    IM program (really cool)
    simple game like hangman
    notepad with better features

    After you make them, you can then try to improve on them by adding better features and maybe making the code better.
    [vb5 & starting to move to vb2008] I appreciate the help I get from everyone. Thank you.

  5. #5
    Frenzied Member Campion's Avatar
    Join Date
    Jul 2007
    Location
    UT
    Posts
    1,098

    Re: what to do????????

    My first real project? A robot for handling guard duty, player information, and administrative odds and ends for a game I play. And, after picking it back up after a 2 year hiatus, I've done quite a bit with it, including switching from Access to mySQL via ODBC. So far, in the last 5 months, I've made a better front-end, and cleaned out, and vastly improved the backend—literally doubling the lines of code in the process.

    A side project goes with this, where authorized users can log into it and control it remotely (It IS a robot, after all.)

  6. #6
    Frenzied Member aikidokid's Avatar
    Join Date
    Aug 2002
    Location
    Bristol, UK
    Posts
    1,968

    Re: what to do????????

    Quote Originally Posted by drivenbywhat
    notepad with better features
    I did one of these and it was a good way to learn a lot of basic, and not so basic things fast.

    A good idea to start with.
    If somebody helps you, take time to RATE the post. I do.

    "FAILURE IS NOT AN OPTION. It comes bundled with the software."

    Below are some of the threads that have helped me along the way:

    CodeBank submission:
    Listview Backcolor (without subclassing)

    Loading Treeview Nodes From A Database, Creating Registry Keys, Count Number of Lines in TextBox , Excellent RichTextBox Tricks & Tips
    Ideas & Screen Shots For A Code Library App
    How to do Data validation in Excel, Conditional Formating in Excel

  7. #7
    Member garjanis's Avatar
    Join Date
    Jul 2007
    Posts
    42

    Re: what to do????????

    Well.. my dream is to create an irc bot , no, a superbot!

  8. #8
    Frenzied Member
    Join Date
    Sep 2006
    Location
    Scotland
    Posts
    1,054

    Re: what to do????????

    When I first started out on VB (still very much a beginner) I did much smaller projects that would focus on you learning specific parts of VB. My very first program was to calculate the volume of a cuboid. Probably well below where you are at now. I agree with the hangman one though. Its something I did quite recently and it actually increased my skills greatly.

    Something else I did was take in a list of words and then enter another word into a text box. If there was a word in the list that contained no letters that were in the word in the text box then it would display that word.

    Thought it worth mentioning...

  9. #9
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: what to do????????

    Moved from Classic Visual Basic

  10. #10
    MS SQL Powerposter szlamany's Avatar
    Join Date
    Mar 2004
    Location
    Connecticut
    Posts
    18,263

    Re: what to do????????

    Quote Originally Posted by Hack
    Mine come to me in my inbox.

    *** Read the sticky in the DB forum about how to get your question answered quickly!! ***

    Please remember to rate posts! Rate any post you find helpful - even in old threads! Use the link to the left - "Rate this Post".

    Some Informative Links:
    [ SQL Rules to Live By ] [ Reserved SQL keywords ] [ When to use INDEX HINTS! ] [ Passing Multi-item Parameters to STORED PROCEDURES ]
    [ Solution to non-domain Windows Authentication ] [ Crazy things we do to shrink log files ] [ SQL 2005 Features ] [ Loading Pictures from DB ]

    MS MVP 2006, 2007, 2008

  11. #11
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682

    Re: what to do????????

    Why don't you do something worthwhile instead of CD inventories and IRC, both of which have been done to death more times than the number of elementary particles in the visible universe.

    May I suggest a snake game as an alternative :roflKipper:
    I don't live here any more.

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