|
-
Mar 13th, 2007, 11:47 AM
#1
Thread Starter
New Member
Closing problem form
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|