J
Jeff
Newbie question I'm sure. I have a compact framework app and have created a
form base class with some common functions and controls that all forms in
the app will inherit. The login form calls a user validation routine and on
successful validate I want to display the main menu form and close the login
form. Seems simple enough...unfortunately if I use Me.Close it kills the
app. I cannot simply hide the login form as I have a base class event to
manage a scanner, and any scanner trigger pulls will fire the code on the
login form. I want to control the scanner on each form. How can I get the
activeform and close only that? Is this an inheritance issue? Thanks for any
help.
form base class with some common functions and controls that all forms in
the app will inherit. The login form calls a user validation routine and on
successful validate I want to display the main menu form and close the login
form. Seems simple enough...unfortunately if I use Me.Close it kills the
app. I cannot simply hide the login form as I have a base class event to
manage a scanner, and any scanner trigger pulls will fire the code on the
login form. I want to control the scanner on each form. How can I get the
activeform and close only that? Is this an inheritance issue? Thanks for any
help.