home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / CMCD0704.ISO / Software / Freeware / Utilitare / tweakfx / tweakfx_setup.exe / plugins / onunload.txt < prev    next >
Text File  |  2003-09-19  |  426b  |  10 lines

  1. Sub OnUnLoad()
  2. sh.ActiveForm.Controls.Remove( "chkDisableMessenger")
  3. sh.ActiveForm.Controls.Remove( "chkBlockEXE")
  4. sh.ActiveForm.Controls.Remove( "chkNoModifyAccts")
  5. sh.ActiveForm.Controls.Remove( "chkSplashScreen")
  6. sh.ActiveForm.Controls.Remove( "txtStartPage")
  7. sh.ActiveForm.Controls.Remove( "txtStartPageV")
  8. sh.ActiveForm.Controls.Remove( "txtWindowTitle")
  9. sh.ActiveForm.Controls.Remove( "txtWindowTitleV")
  10. End Sub