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