How to call Form1 at Project1 from Project2? I have 2 projects, Project 1 and Project 2. Sometimes I need to call Form1 (Form1.Show) at Project1 from Project2 or call Form1 at Project2 from Project1.
Is there any way to fix this error without re-installing vb6? Microsoft states bthat the quickest way is to install vb6, but i dont have my cd's and i dont want to break the functionality i have.