Results 1 to 8 of 8

Thread: VB.net Arrays Assignment Help

  1. #1

    Thread Starter
    New Member
    Join Date
    May 2011
    Posts
    7

    VB.net Arrays Assignment Help

    Hey I am new to VB and we got an assignment and I have no idea what to do at all. Not even in the slightest. This is the task sheet:

    _______________________________________________________________
    Purpose
    Produce basic software programs that demonstrate introductory programming skills.
    Brief
    Complete all parts of the project specification.
    Type
    Project
    Details
    Project specification
    A program to graphically show one dimensional array operations.
    The program will allow for:
    -Insertion of data
    -Deletion of data
    -Sequential search of data
    Create a project plan for this task.
    You are to provide algorithmic solutions for the program.
    - Using modular design.
    You must have the designs approved before progressing to the coding stage.
    Code the solutions and test for correct operation.
    Provide technical documentation.
    Provide user documentation.
    _______________________________________________________________

    Please help me.

    Thanks a lot.

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: VB.net Arrays Assignment Help

    Even if you've never built software before, you must have used it. Think about how programs you've used in the past have worked and how they have done the sorts of things that you have been asked to do and start writing down some ideas. That is basically a high-level design and has nothing to do with implementation so doesn't require any coding. Once you've got a high-level design you can look at how to break it down into more manageable pieces, then you can look at implementing each piece independently of the rest. You'll find that writing code is much easier when it's just for one simple thing instead of a huge problem. That's called "divide and conquer".
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  3. #3
    New Member
    Join Date
    May 2011
    Posts
    8

    Re: VB.net Arrays Assignment Help

    It is an easy assignment , Do not worry Sure you will solve it correctly


    check this site:

    http://patorjk.com/programming/tutorials/vbarrays.htm

  4. #4
    New Member
    Join Date
    May 2011
    Posts
    8

    Re: VB.net Arrays Assignment Help

    and here how you can Remove element from array by position :

    http://www.garybeene.com/code/visual%20basic65.htm

  5. #5

    Thread Starter
    New Member
    Join Date
    May 2011
    Posts
    7

    Re: VB.net Arrays Assignment Help

    Attached is the layout I wanted. I just have no idea what to do. I wanted to display the colours in the list box after adding them to the array and I want to be able to position the colours when I enter them with the combo box, it has a drop down of numbers 1-7 when the check box is ticked. I need to be able to type the colour in the search bar up the top and then it will be highlighted in the list box. And I need to be able to delete what I have selected in the list box by clicking the delete button.

    I seriously have no idea how to do this at all. My teachers won't help me either. I read what you guys posted to me and still didn't understand how to do what I am trying to do.

    Sorry for being so bad at VB but I just have no idea at all.
    Attached Images Attached Images  

  6. #6

    Thread Starter
    New Member
    Join Date
    May 2011
    Posts
    7

    Re: VB.net Arrays Assignment Help

    It's also due in 4 hours so any help at all will be good at this point.

  7. #7

    Thread Starter
    New Member
    Join Date
    May 2011
    Posts
    7

    Re: VB.net Arrays Assignment Help

    I have plenty of time to do it now. If anyone could help that would be perfect. Please.

  8. #8
    Addicted Member
    Join Date
    Apr 2011
    Posts
    223

    Re: VB.net Arrays Assignment Help

    Here is a majority of what you are asking. I have no idea what you intend do to with the checkbox or combolist, but this will add, delete, and search entries made into the listbox. I used an array for the search, and the rest was within the listbox itself. I hope you will take the time to research these so you don't have another "please do all of this for me".

    See attached.
    Attached Files Attached Files
    Last edited by skor13; May 23rd, 2011 at 11:47 PM. Reason: Edited for comments within code of attachment.

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