User Profile

Collapse

Profile Sidebar

Collapse
sgmbuk
sgmbuk
Last Activity: Jul 2 '09, 03:58 PM
Joined: Oct 15 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • sgmbuk
    replied to Calculator not functioning correctly
    in .NET
    If I was to use a loop to create all the buttons where would I have to call that metho?
    See more | Go to post

    Leave a comment:


  • sgmbuk
    replied to Calculator not functioning correctly
    in .NET
    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.
    See more | Go to post

    Leave a comment:


  • sgmbuk
    started a topic Calculator not functioning correctly
    in .NET

    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.
    ...
    See more | Go to post

  • sgmbuk
    replied to Application not responding
    in .NET
    It was an infinate loop. Thanks very much.
    See more | Go to post

    Leave a comment:


  • sgmbuk
    replied to Application not responding
    in .NET
    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...
    See more | Go to post

    Leave a comment:


  • sgmbuk
    started a topic Application not responding
    in .NET

    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...
    See more | Go to post
No activity results to display
Show More
Working...