Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
~2K People Reached
Favorite Forums

2 Posted Topics

Member Avatar for sean_king

I am working on a class project that calls for a test score calculator that calculates and displays the score total, score count, and average score. If the user clicks the Display scores button, the application sorts the scores and displays them in a message box. There is also a …

Member Avatar for lolafuertes
0
1K
Member Avatar for whitetigerclaws

I'm working on a similar project. When I tried working with Scott's code, it executed, however, the buttons werent functioning. Nothing was responsive. What am I doing wrong? [QUOTE=sknake;988833]Try this: [code] using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; using System.Text; namespace …

Member Avatar for sean_king
0
357

The End.