Results 1 to 2 of 2

Thread: [RESOLVED] Simple help required with coding please

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Nov 2004
    Location
    U.K
    Posts
    752

    Resolved [RESOLVED] Simple help required with coding please

    Solved!
    Last edited by frankwhite; Mar 17th, 2007 at 03:49 PM.

  2. #2
    Fanatic Member
    Join Date
    Jun 2004
    Location
    All useless places
    Posts
    917

    Re: Simple help required with coding please

    The very first thing apparently wrong with your code is that you are comparing string value with numbers. Try
    Code:
    Convert.ToInt32(Text1.Text) > 0
    and then see what the results are.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width