TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
John Beeman
NA
15
0
How to access dynamic array on a different form?
Jul 24 2008 4:58 PM
I am trying to develop a small APP for my work, but I am having trouble finding information on the best way to pass a multidimensional array between forms.
Basically, I loop through an Excel file in form2 and put it to string array[worksheet.rows.count,12] (there are always 12 columns but unknown number of rows). Now, how can I access this array from form1? I know there is more than one way, which is primarily the reason I am having problems trying to find an answer by searching. Also, since the array is also 2000 lines+ and I am doing thousands of calculations within form1, not sure if one way would be faster than another.
Reply
Answers (
1
)
Need help with Resource file usage
Webservice for C#.net windows applications