home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DOS/V Power Report 1997 February
/
VPR9702A.ISO
/
FFILLY
/
KOUZA11
/
chg_wal2.tfy
< prev
next >
Wrap
Text File
|
1996-11-29
|
228b
|
8 lines
//chg_wal2.tfy
main(){
str BMPfile; //文字変数の宣言
BMPfile=StrInput(".bmp","BitMap Files(*.bmp)|*.bmp||",1,0x1800,"*.bmp",1);
//ファイル一覧からのBMPファイルの選択
SysParam(20,0,BMPfile,3); //壁紙をチェンジ
}