User Profile
Collapse
-
If I was to use a loop to create all the buttons where would I have to call that metho? -
Hello and thanks for your response. What the PNNumber does the following:
1, Checks whether the value of the string is NOT null or not.
2. Converts the string value to integer. Using the Parse method.
3. Returnds the value
If the value of the string passed is null you will get the message 'NumString is null' printed into another another textbox.Leave a comment:
-
Calculator not functioning correctly
I have no clue why this is happening.
The intended behaviour is:
1. Passing strings of numbers using the numbered buttons (1..0).
2. Concatenate the strings above into one and converting it into an integer.
3. Select an operation ( +, -, * and /)
4. Passing strings of numbers using the numbered buttons (1..0).
5. Concatenate the strings above into one and converting it into an integer.
... -
-
Hi, the application does not show any errors. When I click on any button on the application the application seams to hault. So, the button apears to be pressed and it takes a minute or two to come up.
If I click on many buttons at the same time the window shows the message "(Not Responding)" next to the form label at the top.
What I want is to be able to do is:
1. Construct strings using the numbered buttons...Leave a comment:
-
Application not responding
Hi, I am new to C#. I am developing a calculator to get a feel of the language and get used to MS Visual C# Enterprise edition.
1. I was able to perform the basic operations (Addition, Subtraction, Division, Multiplication and Square root).
2. I am creating/appending the value to the variable in the numbered buttons.
3. Clearing the textbox upon selecting the desired operation.
What could cause the application...
No activity results to display
Show More
Leave a comment: