hi,
can anyone please tell whether inheriting a form in the following way is allowed or not?
i have a VB solution with two project.
consider Proj1 is the startup project with a MDI form, Form 1 and Form 2
Proj2 has Form3 and Form4.
is it possible to access a method in Form 1 from Form 4. if so then how to do that?
please reply asap.
StuartPosted Jun 26, 2008, 7:24 AM
you just need to add project 2 to the references in project 1.
You will them be able to use the.Form3 from this project.
Stu