Click to See Complete Forum and Search --> : ArrayList and Pass Between Forms
VB-Mike
Feb 19th, 2003, 07:41 AM
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!!!
VB-Mike
Feb 19th, 2003, 07:48 AM
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???
Pirate
Feb 19th, 2003, 08:03 AM
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.
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.