: : : after importing another vb.net project into a current vb.net project, how would i go about calling a existing form from the project i imported into the current project?
: : :
: : ======================================================================
: :
: : Hi,
: :
: : I'm guessing at something like>>
: :
: :
: :
: : myOtherProjectsName.Form1.Show()
: :
: :
: :
: : instead of the usual Me.Form1.Show()
: :
: : Obviously change
myOtherProjectsName to match your other project name.
: :
: : Could be worth a try....?
: :
: : Dr M.
: :
: :
:
:
Ok i have tried that but no luck.