MartinCroft
Programmer
Hi
I have two forms, formA & FormB
if i call form B from a button on formA
with the following code
Dim frmNew As New FormB
frmNew.Show()
formB opens up successfully,both forms are accessible I added a button on formB withthe following
me.hide
exspecting it to close formB however it closes everything down. tried formB.activeform.hide still the same
how do i close B without closing the application
cheers
I have two forms, formA & FormB
if i call form B from a button on formA
with the following code
Dim frmNew As New FormB
frmNew.Show()
formB opens up successfully,both forms are accessible I added a button on formB withthe following
me.hide
exspecting it to close formB however it closes everything down. tried formB.activeform.hide still the same
how do i close B without closing the application
cheers