📄 findwindow.txt
字号:
// Find the Input panel window handle
hWndInputPanel = FindWindow(TEXT("SipWndClass"), NULL);
// Checking...
if (hWndInputPanel != NULL)
// Get the original Input panel window size
GetWindowRect(hWndInputPanel, &rtInputPanel);
// Find the SIP Button window handle
hWndSipButton = FindWindow(TEXT("MS_SIPBUTTON"), NULL);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -