home *** CD-ROM | disk | FTP | other *** search
- frmAbout
- About
- Form1
- cmdAbout
- fraAbout
- lblAbout
- cmdAbout_Click
- frmAbout
- Form_Load
- Screen
- Height
- Width
- Form_QueryUnload
- Cancel
- UnloadMode
- DoUnLoadPreCheck
- cmdAbout_Click
- This form is loaded as a modal dialog. We use the Unload statement here to.
- unload the form from memory when the user clicks the OK command button.
- Form_Load
- The form is horizontally and vertically centered when loaded.
- Form_QueryUnload
- The general procedure DoUnLoadPreCheck handles the possible unload options.
- for all three forms in this sample application.
-