I am a .Net novice.
I am building a Windows Forms application and using modal forms to force control to the displayed form.
I want to access data from the calling form and I am not sure how to pass information since the form that is called is another class - I have resourted to writing information to a file in the intrum and reading it in from the other form.
Is there parameter passing between classes or do I have to implement an interface? If I implement an interface will I have full access to datasets etc which have been loaded on the calling form?
Many thanks
JJ
I am building a Windows Forms application and using modal forms to force control to the displayed form.
I want to access data from the calling form and I am not sure how to pass information since the form that is called is another class - I have resourted to writing information to a file in the intrum and reading it in from the other form.
Is there parameter passing between classes or do I have to implement an interface? If I implement an interface will I have full access to datasets etc which have been loaded on the calling form?
Many thanks
JJ