Results 1 to 2 of 2

Thread: Comparing Text Boxes

  1. #1

    Thread Starter
    Lively Member flog3941's Avatar
    Join Date
    Nov 2002
    Posts
    123

    Question Comparing Text Boxes

    I am making a form with 30 text boxes on it. I want to compare the text inside them to all the other text boxes, then group the like text in other labels. Any suggestions?

  2. #2
    Member wej42's Avatar
    Join Date
    May 2002
    Location
    Rhode Island, USA
    Posts
    48
    try doing (not the exact code, just an idea)


    dim n as integer
    n = n + 1
    if text1.text <> text(n).text then
    do wutever
    elseif text1.text = text(n).text then
    do wutever
    end if

    im to lazy to type out all the exact stuff but maybe thatll help
    Visual Basic 6.0, Visual Basic .NET, C#, C++, ASM, HTML

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