home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DOS/V Power Report 2002 July
/
VPR0207A.ISO
/
OLS
/
IRVINE0_4_1A
/
irvine0_4_1a.lzh
/
scripts
/
sample
/
ondestroy.dms
< prev
next >
Wrap
Text File
|
2001-12-19
|
227b
|
13 lines
/*
guid={5BEB62F9-FA7C-4A72-8729-93D4C43FDC79}
caption=OnDestroyサンプル
version=0
hint=アプリケーション終了時に実行します
event=OnDestroy
match=
author=
*/
function OnDestroy(){
msgBox('Irvineを終了します',0);
}