|
-
Feb 19th, 2003, 08:41 AM
#1
Thread Starter
Lively Member
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!!!
-
Feb 19th, 2003, 08:48 AM
#2
Thread Starter
Lively Member
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???
-
Feb 19th, 2003, 09:03 AM
#3
Sleep mode
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|