https://opensourcelibs.com/
https://github.com/HMBSbige/NatTypeTester/releases/download/6.2.0/NatTypeTester-6.2.0.7z
下载之后,请打开控制面板(在开始菜单可以找到),点击系统与安全,点击「 Windows 防火墙」,左侧「允许应用通过 Windows 防火墙」,点击「允许其他应用」,放行该应用。
打开后填...
下面举例一些常见的VPS代码使用方法:
激活窗口
Dim WshShell
Set WshShell = CreateObject("WScript.Shell")
WshShell.AppActivate "窗口标题"
模拟输入
Dim WshShell
Set WshShell = CreateObject("WScript.Shell")
WshShell.SendKeys "按键"
参考说明...