T
Tonya
Hi,
Does anyone have any example of how i can manage forms in
my application??
I want to be able to reference my form instances that are
currently open from other forms.
why cant i open and close forms as easily as in VB6??
i.e if i have formHomepage open and i click on a link to
open form2 i use
Dim frm2 as new form2
frm2.show
however i wnat to be able to open the same formHomepage
instance from within my frm2 instance.
is there a way to do this? Does anyone have any code
example or managing form instabnces or any useful
articles for vb.net??
i would really appreciate any help
thx
Does anyone have any example of how i can manage forms in
my application??
I want to be able to reference my form instances that are
currently open from other forms.
why cant i open and close forms as easily as in VB6??
i.e if i have formHomepage open and i click on a link to
open form2 i use
Dim frm2 as new form2
frm2.show
however i wnat to be able to open the same formHomepage
instance from within my frm2 instance.
is there a way to do this? Does anyone have any code
example or managing form instabnces or any useful
articles for vb.net??
i would really appreciate any help
thx