Hello.
I open a form using the code on pocket HP rx1950 window mobile 5
visual basic. net 2003


Dim apriform As form1
If apriform Is Nothing Then apriform = New form1
apriform.ShowDialog()
apriform.Dispose()
apriform = Nothing

Sometimes, in the moment in which I try to close form the open, the pocketpc crash total,
visualizing the form in closing to half and the form main to half.
Someone knows like resolving the problem? Thank you.