FindWindow does not find the a window

后端 未结 4 1130
走了就别回头了
走了就别回头了 2020-12-09 21:25

I have a plan for make a simple trainer console with C++ but first step I\'ve got problem with FindWindow()

#include 
#include 
         


        
4条回答
  •  爱一瞬间的悲伤
    2020-12-09 21:48

    You need to use the full name of the application (as seen in Windows Task Manager -> Application tab)

    Example:

    Google - Mozilla Firefox

    (after opening a Google tab in Firefox)

提交回复
热议问题