📄 scr.htm
字号:
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=gb2312">
<title>windows </title>
<meta name="generator" content="microsoft frontpage 3.0">
</head>
<body background="../jpg/di1.JPG">
<p align="center"><font size="6" color="#0000ff">windows .scr screen savers</font></p>
<div align="center"><center>
<table border="0" width="88%">
<tr>
<td width="100%"><br>
<br>
scr files are nothing more complex than .exe files with the <br>
extension scr. windows calls the .scr file with two command-line <br>
options:<br>
<br>
/s to launch the screensaver <br>
/c to configure the screensaver<br>
<br>
for the windows control panel to recognise the screensaver, the program's module
description string must begin with scrnsave: (in uppercase). so, if writing a visual basic
screensaver, simply set the application title to something like "scrnsave:test
screensaver"<br>
<br>
to create a new screen saver simply write a program that checks the <br>
command-line option when starting and performs the appropriate <br>
action. the display should use a full-screen window (usually with a <br>
black background../jpg/di1.JPG and should end when any key is pressed or when the <br>
mouse is moved. <br>
<br>
when the program is compiled, rename the .exe to .scr and put it <br>
into the windows directory so it can be found by the screensaver <br>
selection dialog in windows.<br>
<br>
happy screensaving!<br>
<br>
-----------------------------------------------------------------<br>
paul oliver with thanks to michael poxon.<br>
8th december 1996<br>
</td>
</tr>
</table>
</center></div>
<p align="center"><a href="../index.htm">返回</a></p>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -