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
~1K People Reached
Favorite Forums
Member Avatar for CJP3

I have the following code for adding information from and array to a listbox private void buttonAdd_Click(object sender, EventArgs e) { //add tracks to my tracks Add Tracks list box and tracks list box myTracksString[nextAvailbleRow, 0] = textBoxArtist.Text; myTracksString[nextAvailbleRow, 1] = textBoxSongName.Text; myTracksString[nextAvailbleRow, 2] = ((numericUpDownHours.Value * 3600) + (numericUpDownMinutes.Value …

Member Avatar for abelLazm
0
1K