📄 如何确定窗口是能显示不能显示.txt
字号:
你 可 以 利 用 Windows API的 IsWindowVisible函 数 , 该 函 数 声 明 如 下 :
Declare Function IsWindowVisible Lib "user32" Alias "IsWindowVisible" (ByVal hwnd As Long) As Long
假 定 FindWindow返 回 的 句 柄 为 hFindWnd, 你 使 用 IsWindowVisible(hFindWnd)就 可 以 判 断 这 个 窗 口 是 否 可 见 。
<END>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -