home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2003 January
/
PCWorld_2003-01_cd.bin
/
Software
/
TemaCD
/
proxomitron
/
prx4-4fcz.exe
/
html
/
head.js
< prev
next >
Wrap
Text File
|
2002-03-29
|
229b
|
7 lines
Function Disappear(ByVal Opacity)
Opacity = Opacity - 5
btnButton.Filters.Alpha.Enabled = True
btnButton.Filters.Alpha.Opacity = Opacity
If Opacity > 0 Then SetTimeout "vbscript: Disappear " & Opacity, 100
End Function