Results 1 to 2 of 2

Thread: VB.net input multi points

  1. #1

    Thread Starter
    New Member
    Join Date
    Nov 2002
    Posts
    1

    Question VB.net input multi points

    I'm writting a program that allows a user to input 10 point(x and y), how can I setup the form without having 10 textboxes. I want to have 2 boxes one for x-coord and one for y-coord and have the user enter the numbers, and after they press enter they can enter new numbers in the same box until they stop entering.
    Thanks

  2. #2
    Frenzied Member DevGrp's Avatar
    Join Date
    Nov 2001
    Location
    Charlotte, NC
    Posts
    1,256
    Set up an arraylist collection. Each time you type the numbers in and press the button or enter, add those numbers to the arraylist collection, clear the textboxes then repeat.
    Dont gain the world and lose your soul

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