Home > Software engineering >  [for] Windows 7 64 invalid position FindWindowEx always return zero
[for] Windows 7 64 invalid position FindWindowEx always return zero

Time:10-02

Xp test no problem, whether to ask the great spirit of 64 would not have support, or want to redefine the parameters

CodePudding user response:

The function
Private Declare Function FindWindowEx Lib "user32" Alias "FindWindowExA" (ByVal hwnd1 As Long, ByVal hwnd2 As Long, ByVal lpsz1 As String, ByVal lpsz2 As String) As Long

XP32 bit test no problem

CodePudding user response:

Windows 7 x64 also no problem

CodePudding user response:

Really don't know how the original poster is done
  •  Tags:  
  • API
  • Related