Hi,
I am currently trying to develop an application for a Symbol barcode scanner
running Windows Pocket PC 2002. The application has a login form , which
then moves to a menu form . The menu form then has buttons which load all
the other forms for the application. My problem is that when the user logins
in for example, I create a new instance of the menu form and call close on
the login form . If I then go check the running programs the login form is
still running? How do I close this form? Sorry I am very new to this! The
code I am executing on the login form is as follows :
Dim MenuForm As New frmMenu
MenuForm.ShowDialog()
Me.Close()
Any help would be greatly appreciated.
Regards
Brian