C
Chuck Hecht
I have been using panels for most of my project (coming from evb i
understood them) I have a project that has a form with c buttons each button
will crete a unique for for that buttons functionality. In button 1 ihave
the code
Dim StagingEvents as new frmStagingevents(passet)
StagingEvents.ShowDialog
(passet is a object of a asset that was previous scanned and found in a
database)
so now that the new form Stagingevents is active how do I kill the mainmenu
form from within the currently active form StagingEvents
understood them) I have a project that has a form with c buttons each button
will crete a unique for for that buttons functionality. In button 1 ihave
the code
Dim StagingEvents as new frmStagingevents(passet)
StagingEvents.ShowDialog
(passet is a object of a asset that was previous scanned and found in a
database)
so now that the new form Stagingevents is active how do I kill the mainmenu
form from within the currently active form StagingEvents