readme.txt

来自「汇编源代码大全4」· 文本 代码 · 共 19 行

TXT
19
字号

VWFD.386

This VxD, when installed on a system running Windows in enhanced mode,
allows DOS applications to determine if they are running in a window
or full-screen.  This is accomplished via the API that VWFD supplies
TSTWF.ASM is a sample DOS program that uses the VWFD API. 


To install this VxD, copy it to your Windows SYSTEM directory and 
add the following line to your SYSTEM.INI.

[386enh]

    ...
    ...

    device=VWFD.386

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?