HWND hWnd =::FindWindow(NULL,"计算器"); //得到窗口句柄
HWND FindWindow(      

    LPCTSTR lpClassName,     LPCTSTR lpWindowName );

lpWindowName
[in] Pointer to a null-terminated string that specifies
the window name (the window's title).
If this parameter is NULL, all window names match.

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-01
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-11-28
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案