CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 9 of 9
  1. #1
    Join Date
    Mar 2013
    Posts
    6

    Angry Homework Help!! Please!!

    I am so lost in this class. I just need to get past my last two assignments in this class and I don't have to worry about VB again. I am going to school for web development/Admin.

    Please help me, I don't even know how to start this code off. Any help would be greatly appreciated!! Here is the assignment....

    Purpose: The purpose of this assignment is to use sub procedures.

    Write a Visual Basic program that calculates the cans of paint required to cover a room.

    Each can of paint covers 500 square feet of surface area.

    Your form should have enough text boxes to calculate the area of 4 walls. Your form should also have a calculate button, a clear button and an exit button. It is required that your calculations use a sub procedure to determine the number of paint cans needed. This sub procedure should be called from the calc button. There must be data passed to the sub procedure with parameters. Note that you should move the data from the text boxes to variables. You should then do calculations using variables. You then take the data from the variables and display it on the form in labels.

    I know this is a piece of cake for you boys, but this class makes me feel like an idiot. I am barely passing

    Thank you boys!!!

  2. #2
    Join Date
    Oct 2006
    Location
    Sweden
    Posts
    3,654

    Re: Homework Help!! Please!!

    Debugging is twice as hard as writing the code in the first place.
    Therefore, if you write the code as cleverly as possible, you are, by
    definition, not smart enough to debug it.
    - Brian W. Kernighan

    To enhance your chance's of getting an answer be sure to read
    http://www.codeguru.com/forum/announ...nouncementid=6
    and http://www.codeguru.com/forum/showthread.php?t=366302 before posting

    Refresh your memory on formatting tags here
    http://www.codeguru.com/forum/misc.php?do=bbcode

    Get your free MS compiler here
    https://visualstudio.microsoft.com/vs

  3. #3
    Join Date
    Apr 2013
    Posts
    1

    Re: Homework Help!! Please!!

    I might have time this weekend to help you with your project, Do you have a g mail account address, this specific forum is not for home assignments. but i would be glad to help out with this assignment for personal practice.

    --ADMIN--
    No emails please.. Use the PM system...
    Last edited by GremlinSA; April 7th, 2013 at 10:45 AM.

  4. #4
    Join Date
    Mar 2013
    Location
    Terlingua, Texas, USA
    Posts
    11

    Re: Homework Help!! Please!!

    Jennifer, I'll echo Nate, I'm retired with plenty of time on my hands. I won't do it for you, but I'm quite willing to guide you through it ...
    Can you use the designer to create the form you're going to need??
    Nate, not trying to cut in but figured I'd offer so she has other help if she wants.
    //al

  5. #5
    Join Date
    Aug 2009
    Location
    NW USA
    Posts
    173

    Re: Homework Help!! Please!!

    Seriously? That's your profile pic?

  6. #6
    Join Date
    Mar 2013
    Location
    Terlingua, Texas, USA
    Posts
    11

    Re: Homework Help!! Please!!

    Quote Originally Posted by Mur16 View Post
    Seriously? That's your profile pic?
    If that was aimed at me ... ... does that one look better???

  7. #7
    Join Date
    Jul 2001
    Location
    Sunny South Africa
    Posts
    11,283

    Re: Homework Help!! Please!!

    Quote Originally Posted by AlJones View Post
    If that was aimed at me ... ... does that one look better???
    I think it was aimed at JenniferTess...

  8. #8
    Join Date
    Mar 2013
    Location
    Terlingua, Texas, USA
    Posts
    11

    Re: Homework Help!! Please!!

    Quote Originally Posted by HanneSThEGreaT View Post
    I think it was aimed at JenniferTess...
    I did too, but also realized that I hadn't posted mine I'm sorry but I have an odd ( very, very dry ) sense of humour! We've gotten "slightly" off topic, but since she hasn't replied ...

  9. #9
    Join Date
    Jul 2001
    Location
    Sunny South Africa
    Posts
    11,283

    Re: Homework Help!! Please!!

    It's good to have a sense of humour I wish more people had one

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