blah blah blah is here! blah blah » Close

0
votes
1 answers

Naughts and Crosses - More

Hi, OK, I've managed to work out how to set the coordinates for each position on the board. But I still cannot get the combo boxes to paint the selected token onto the board in the correct coordinate. 1. I'm supposed to use an enumerate ...

0
votes
1 answers

Noughts and Crosses Help

Hi, I'm trying to get the game grid of my basic noughts and crosses game to resize when the window is resized. X or O location is determined by the selection of 9 combo boxes. Once I have worked out how to allocate the X or O tokens to ...

0
votes
1 answers

Noughts and Crosses Help

Hi, I'm trying to get the game grid of my basic noughts and crosses game to resize when the window is resized. X or O location is determined by the selection of 9 combo boxes. Once I have worked out how to allocate the X or O tokens to ...

0
votes
1 answers

ArrayList and Streamwriter

My task here is to add code to the save method to write a list of BankAccount objects to a text file. list holds approx 10 BankAccount objects made up of a comma-delimited list of string account num, string name, float balance. Can som ...

0
votes
1 answers

SteamReader 2 Help Please

I think I've made some progress with reading the comma delimited text file, but still fumbling... This Read() reads transactions from a text file, and should then create and return a Transaction object representing that transaction. The ...

0
votes
1 answers

streamreader help please

Hi, I'm new to C#. i have a simple program to write which involves using streamreader to read a from a comma delimted list in a text file. The text file contains approx 100 items that look likethis: B,30678942,421.33 D,68909890,879.54 T ...

Feedback