Results 1 to 2 of 2

Thread: I almost have this.. I think.

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Mar 2001
    Posts
    98
    Hmm, that doesnt seem to work actually there are several ZRollover buttons with different handles.. =\
    Visual basic 6.0 Enterprise Edition
    [email protected]

  2. #2
    Matthew Gates
    Guest
    To find the hwnd of other controls, use the FindWindowEx API function.


    Code:
    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width