home *** CD-ROM | disk | FTP | other *** search
- Sub OnUnLoad()
- sh.ActiveForm.Controls.Remove( "chkDisableMessenger")
- sh.ActiveForm.Controls.Remove( "chkBlockEXE")
- sh.ActiveForm.Controls.Remove( "chkNoModifyAccts")
- sh.ActiveForm.Controls.Remove( "chkSplashScreen")
- sh.ActiveForm.Controls.Remove( "txtStartPage")
- sh.ActiveForm.Controls.Remove( "txtStartPageV")
- sh.ActiveForm.Controls.Remove( "txtWindowTitle")
- sh.ActiveForm.Controls.Remove( "txtWindowTitleV")
- End Sub