G
Guest
Hi....I am trying to write a little program for windows mobile 5 with
vb2005...but I have got problems...when I open a new form and close it again
and then I repeat this procedure some time then my memory get full....I am
calling the forms like this:
Sub OpenOptions()
Dim options as new frmOptions
options.show()
End Sub
and in the optionsform I am closing the form like this:
Sub Exit()
me.close()
End Sub
Please help me....thank you....juvi
vb2005...but I have got problems...when I open a new form and close it again
and then I repeat this procedure some time then my memory get full....I am
calling the forms like this:
Sub OpenOptions()
Dim options as new frmOptions
options.show()
End Sub
and in the optionsform I am closing the form like this:
Sub Exit()
me.close()
End Sub
Please help me....thank you....juvi