undocsh.vbp

来自「vb中shell API的应用实例 vb中shell API的应用实例」· VBP 代码 · 共 22 行

VBP
22
字号
Type=Exe
Form=Demo.frm
Module=mUndocShell32Defs; UndocSH.bas
Module=mStringUtils; StrUtils.bas
IconForm="Form1"
Startup="Form1"
HelpFile=""
Title="Undocumented Shell32.dll function demo"
ExeName32="UndocSH.exe"
Command32=""
Name="UndocShell32"
HelpContextID="0"
CompatibleMode="0"
MajorVer=1
MinorVer=0
RevisionVer=0
AutoIncrementVer=0
ServerSupportFiles=0
VersionComments="Demonstrates how to call a dozen or so undocumented functions exported by Shell32.dll"
VersionCompanyName="SimCom"
VersionFileDescription="Undocumented Shell32.dll function demo"
VersionLegalCopyright="Copyright 

⌨️ 快捷键说明

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