E
eva
How do i navigate between forms in vb.net??
in the old vb i used to do form2.show, but this doesnt
seem to work.
in the old vb i used to do form2.show, but this doesnt
seem to work.
-----Original Message-----
dim frm2 as new frm2
frm2.show
Cheers
--
Jody
[MCSD.Net]
How do i navigate between forms in vb.net??
in the old vb i used to do form2.show, but this doesnt
seem to work.
.
Eva said:Hi Jody,
thx for your help. It worked a treat.
Do i always need to declare a new instance of the form to
display it via the show method?
-----Original Message-----
dim frm2 as new frm2
frm2.show
Cheers
--
Jody
[MCSD.Net]
How do i navigate between forms in vb.net??
in the old vb i used to do form2.show, but this doesnt
seem to work.
.