|
-
Sep 21st, 2010, 09:39 AM
#1
Thread Starter
Member
[RESOLVED] Public Array needs accessed from within a Form
I have an array that is a defined as follows:
Public publicArray As ArrayList
This array is being processed within a Class called demoClass
I would like to access the values of this array and populate a txtbox for display
to the user in a form.
Why can't I access this publicArray within the form? Is this possible?
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
|