Advertisement

03.11.2003 at 11:07AM PST, ID: 20546722
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

7.2

Easy Beginner VB Question Part II

Asked by nouellette in Visual Basic Programming

Tags: , , , ,

I posted a question last week and have yet another...I'm new to VB programming and am not real familiar with the code, but I am familiar with the concepts.

I have one simple form...a very small form with just a few items.  All I'm going to need to do is assign values to check boxes, make sure at least ONE check box is checkmarked and then when the user clicks CALCULATE it gives them a running total...or if they click END it shuts down.  Simple!

I'm working with two parts of my little sample application, the first one has three menu choices in the form of checkboxes.  Each check box has a monetary value assigned to it. I'm not sure what the code is to declare these values...do I declare them at the beginning as an array??  For instance I have chkBox1, chkBox2, chkBox3.  I'm puzzled by the difference between assigning these boxes their own value or assigning them string values in an array DIM statement?  I basically need a dollar value to each box and a validity check to make sure the user checks at least ONE of these check boxes when it's time to caluclate.  

At the bottom of thise form I have about six more check boxes.  Each one of these is unique and the user can check as many as they want...they all have the same value assigned...let's say $100.00.  For each one of these checkmarked, it adds to the total.  So when the user clicks on CALCULATE...it takes the total of all checked boxes and displayes them in a text box called txtTotal.  

I'm a little bit unsure on where or how I should declare these actually.  Should all the code be under the CALCULATE button or does some of it get loaded under the Form itself?  Thanks!!

Start Free Trial
[+][-]03.11.2003 at 11:22AM PST, ID: 8113598

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]03.11.2003 at 11:32AM PST, ID: 8113684

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zone: Visual Basic Programming
Tags: basic, beginner, check, easy, menu
Sign Up Now!
Solution Provided By: presbria
Participating Experts: 4
Solution Grade: A
 
 
[+][-]03.11.2003 at 01:11PM PST, ID: 8114406

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]03.11.2003 at 01:47PM PST, ID: 8114623

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]03.11.2003 at 01:52PM PST, ID: 8114657

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]03.11.2003 at 01:57PM PST, ID: 8114691

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]03.12.2003 at 05:36AM PST, ID: 8119195

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]03.12.2003 at 05:41AM PST, ID: 8119215

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
 
Loading Advertisement...
20080716-EE-VQP-32