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
~430 People Reached
Favorite Forums
Member Avatar for Zulu123

Hi, I currently have two separate listboxes, one displaying a list of different leagues (With sponsors/prizes etc to do with leagues), & another listbox displaying a list of all the teams (So Team name, team nickname, team league etc..). Both sets of data have been inputted via a Streamreader, I …

Member Avatar for tinstaafl
0
171
Member Avatar for Zulu123

Hi I currently have a textfile with different types of unit measurements -> from, to, factor (E.g. ounce, gram, 28.0) So far i've written this: string from, to, x, y; double factor, amount, output; string[] splitData = new string[2]; StreamReader reader = new StreamReader("Filename.txt"); string[] data = reader.ReadToEnd().Split(','); How would …

Member Avatar for ddanbe
0
214
Member Avatar for Zulu123

Hi, I currently have two separate listboxes, one displaying a list of different leagues (With sponsors/prizes etc to do with leagues), & another listbox displaying a list of all the teams (So Team name, team nickname, team league etc..). Both sets of data have been inputted via a Streamreader, I …

0
45