Results 1 to 2 of 2

Thread: Help with arrays

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Jul 2003
    Posts
    830

    Help with arrays

    Hello,

    First of all, I want to be straight forward. This is regarding homework that I have. I do not want to be given the answer, I just want to be pointed in the right direction to get started. I have left a message with my instructor to get back with on this, but she is out of town and may not get the message. Basically, we have been studying Console applications that use arrays. I am ok with that, but she has ask us to do a Windows array. I basically have to enter 6 people and their info into the array. I have textboxes setup for name, address...etc.... My problem is that I do not know how to get started with it. In Console, I would just do a loop to keep prompting the user for the info, but in Windows, I do not know how to "prompt" for new input. If I fill out the info in the textboxes and click "Submit" then that just loads the data for the first index of the arrays I have created for the name, address..etc. So how do I move to the next index?

    Thanks for any "pointers" and again, please just give me enough to get started and not the whole thing.

    Thanks!

  2. #2
    Frenzied Member Magiaus's Avatar
    Join Date
    Mar 2002
    Location
    swamp land
    Posts
    1,267
    Well when a window driven application wants the user to do something what usualy happens? For instance what happens in notepad when you use the Find\Find Next feature?
    Magiaus

    If I helped give me some points.

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