findwindow.txt

来自「wince平台evc实现的全屏」· 文本 代码 · 共 8 行

TXT
8
字号
// 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 + =
减小字号Ctrl + -
显示快捷键?