I keep getting the following errors in my program:
\'System.Windows.Forms.TextBox.Text\' is a \'property\' but used like a \'method\'
and>
Where you've written "OffenceBox.Text()", you need to replace this with "OffenceBox.Text". It's a property, not a method - the clue's in the error!