Results 1 to 3 of 3

Thread: ArrayList and Pass Between Forms

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Feb 2000
    Location
    Dayton, OH USA
    Posts
    119

    Unhappy ArrayList and Pass Between Forms

    I am trying to pass an ArrayList to another form. My assumption is that it will involve a Get and Set, but not sure how to implement it. Any help or code samples would be greatly appreciated!!!

  2. #2

    Thread Starter
    Lively Member
    Join Date
    Feb 2000
    Location
    Dayton, OH USA
    Posts
    119
    Well, I think I answered my own question, but I am not sure it is the correct way. Set my arraylist variable as public in my main module. Now I can access it anywhere. I know this works, but is this the correct way???

  3. #3
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    Well , if you declare any object in a module then you can access it in any where within your project which you are doing now.

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