M
MikeB
Me again. Is it possible to have two projects in a solution (ProjA and
ProjB) and have Form1 in ProjA do a .Show() for Form2 in ProjB? I tried
the following, but I get a problem with the reference
Sub ShowFormB
Dim frm as new < ? FormB?? various things I tried here>
frm.Show()
Me.Close()
End Sub
Thanks
ProjB) and have Form1 in ProjA do a .Show() for Form2 in ProjB? I tried
the following, but I get a problem with the reference
Sub ShowFormB
Dim frm as new < ? FormB?? various things I tried here>
frm.Show()
Me.Close()
End Sub
Thanks