What the group allows you to do is interactively debug a system that inludes vb DLLs and such. If projectB is a dll, the debugger will drop into it when a call to it is made.
It doesn't allow you to share forms between one app and another, however. To do something like that, forget about the group and add formX to project A instead. Project A then stands on its own. If it's a common re-use scenario, then consider making an ActiveX component (dll or control) that you can reference from any project.
Hope this helps.
--Bob
A form can be stored inside of a DLL (if the form is to be reused), but you would need to control the form through a public COM objected exported from the DLL. - Jeff Marler B-)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.