Thread: Advice from VB People

  1. #1
    Still A Registered User DISGUISED's Avatar
    Join Date
    Aug 2001
    Posts
    499

    Advice from VB People

    I am taking VB 6 this semester and because I got A's in all my OO C++ classes I have the option to study VB independently. This means I will not have to attend class, complete lab assignments or take examinations. This sounds pretty good to me BUT I will have to earn my grade in the course by:

    • Developing a significant Visual Basic application
    • Review the progress of the project five times during the semester with the Professor


    My Professor must approve the scope of the project (I have to write a specification of what I am going to do) by next Monday.

    I don't really know anything about VB and I am wondering if anyone with more experience could suggest some potential projects for me. I just really don't know what VB is capable of and could use some ideas to get started. Thanks gang.

  2. #2
    Code Goddess Prelude's Avatar
    Join Date
    Sep 2001
    Posts
    9,897
    Despite what everyone says, you can make some good stuff with VB. I'd recommend a text editor, they're general, either easy or hard depending on how far you want to go, and you can always use another one.

    -Prelude
    My best code is written with the delete key.

  3. #3
    Still A Registered User DISGUISED's Avatar
    Join Date
    Aug 2001
    Posts
    499
    That does sound like a good idea but I forgot to mention that he requires that my project involves a database. Thanks again.

  4. #4
    Registered User
    Join Date
    Jul 2002
    Posts
    25

    ADO

    Ok, then use a database with ADO objects. You can add ADO objects if you go to the Project Menu, select References... and then go down through the list and look for Microsoft ActiveX Data Object 2.1 Library (change version number to most recent or which ever version you have). The main objects are, the Connection object, the Command Object (not used much or basic stuff) and the Recordset object.
    Suggestions for a database... umm... student tracking system? Keep the details of students for a collage. You'll definatly be able to find reference material for that at collage
    DiskJunky

  5. #5
    Some sort of student thingy was one of the first things Mr. Gates and Mr. Allen made (they made it for their school).

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Katrina Aftermath: Woeful Incompetence (rant).
    By anonytmouse in forum A Brief History of Cprogramming.com
    Replies: 61
    Last Post: 09-05-2005, 07:39 AM
  2. Passing parameters from VB to C++ through ActiveX DLL
    By torbjorn in forum Windows Programming
    Replies: 0
    Last Post: 12-10-2002, 03:13 AM
  3. Need your advice about VB and VC++
    By dv007 in forum C++ Programming
    Replies: 4
    Last Post: 08-16-2002, 10:22 AM
  4. Religious Bull****
    By Witch_King in forum A Brief History of Cprogramming.com
    Replies: 119
    Last Post: 10-23-2001, 07:14 AM
  5. IT people - weird genius or simply narrow-minded, antisocial, lazy people
    By Carlos in forum A Brief History of Cprogramming.com
    Replies: 5
    Last Post: 10-11-2001, 05:00 AM