Results 1 to 6 of 6

Thread: Visual Studio 2005 help plz

  1. #1

    Thread Starter
    New Member
    Join Date
    Apr 2008
    Posts
    1

    Visual Studio 2005 help plz

    Could you please help with a visual basic exercise? I am completely lost.

    "A local recording studio rents its facilities for $200 per hour. Management charges only for the number of minutes used. Create a project in which the input is the name of the group and the number of minutes it used in the studio. Your program calculates the appropriate charges, accumalates the total charges for all groups, and computes the average charge and the number of groups that used the studio.

    Form: Use label text boxes for the name of the name of the group and the number of minutes used. The charges for the current group should be displayed and formatted in a label. Create a group box for all the summary information. Inside the group box, display the total of charges for all groups,the number of groups and the average charge per group. Format all output appropriately. Include buttons for calculate, clear and exit

    Code:Use a constant for rental rate per minute. Do not allow bad input data to cancel the program."


    I already have set it up i just need the code. Also if you could provide an explanation of the code I would really appreciate it. I apologise if I have posted this in the wrong place. Thanks

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

    Re: Visual Studio 2005 help plz

    So basically you just want us to do the exercise for you and then explain how it was done. Is that all?

    How about, instead of just posting the spec and expecting us to do it all for you, you start implementing it and then ask specific questions about things you don't understand? If you really have no clue whatsoever about where to start then I suggest you try easier exercises until your skills improve.

  3. #3
    PowerPoster Jenner's Avatar
    Join Date
    Jan 2008
    Location
    Mentor, OH
    Posts
    3,712

    Re: Visual Studio 2005 help plz (radio usage calculator)

    What code do you have so far? Please post it up. Remember to use the [code] tags around it so it keeps it's formatting.
    My CodeBank Submissions: TETRIS using VB.NET2010 and XNA4.0, Strong Encryption Class, Hardware ID Information Class, Generic .NET Data Provider Class, Lambda Function Example, Lat/Long to UTM Conversion Class, Audio Class using BASS.DLL

    Remember to RATE the people who helped you and mark your forum RESOLVED when you're done!

    "Two things are infinite: the universe and human stupidity; and I'm not sure about the universe. "
    - Albert Einstein

  4. #4
    Smooth Moperator techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,531

    Re: Visual Studio 2005 help plz

    And not create duplicate threads:
    http://www.vbforums.com/showthread.php?t=516469

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  5. #5
    Frenzied Member MaximilianMayrhofer's Avatar
    Join Date
    Aug 2007
    Location
    IM IN YR LOOP
    Posts
    2,001

    Re: Visual Studio 2005 help plz

    Have you thought about how your code might be structured? Write out what steps your code is going to take when you press the Calculate button. After that, determine which steps you know how to translate into code. For those steps about which you have no clue, come back and ask

  6. #6
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,710

    Re: Visual Studio 2005 help plz

    Duplicate Threads Mergd
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

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