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
Richard Brennan
NA
114
85.3k
using class libraries
Apr 17 2011 2:49 PM
I have created a class library project and made a class and it has built and made the dll.
I have added the reference to this dll to a different project and added the using directive.
I can use 'new' and instanciate a class from the dll. I have even used an array of this class. All is fine when I use the data on one form.
Here is the problem. I am loading data from a file into the class in the dll - and i need it to be available from all forms in may app - how do i make it possible to see my instanciation of the class across different forms. It is currently declared (using new) on the main form of the project.
I have tried instanciating the class in a static class but that is wrong.
Reply
Answers (
6
)
DATA GRID CALCULATION
LZ algorthims