Saturday, August 20, 2011

C# programming HELP!?

You can not subtract a string from an integer. You need to convert what the user enters into an integer, C# has a method to do this. You also need to use an integer to hold the value, and then convert it to a string so it can be displayed in the label.

No comments:

Post a Comment