Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~3K People Reached
Favorite Forums
Member Avatar for Alex_71

This is what I have, just not sure how to actually get the sum of the listbox numbers. If intNumberOfEntries > 1 Then lblTotalSnowfall.Visible = True decTotalSnowfall = lstSnowfall.Items.Add(decSnowfall) lblTotalSnowfall.Text = "The total snowfall for the city is " & decTotalSnowfall.ToString("F1") & " inches" Else MsgBox("No snowfall value entered") End …

Member Avatar for ez4u2c
0
3K