10-01-2004, 08:43 PM
When windows have unusable name and changing classes I have found that searching for a unique control in the windows work great.
Such as:
ifi(child("next.button" "" "Rhapsody" 0x1))
int hwnd=child("next.button" "" "Rhapsody" 0x1)
This determines if a window containing a specific control exsists then gets the handle.
Such as:
ifi(child("next.button" "" "Rhapsody" 0x1))
int hwnd=child("next.button" "" "Rhapsody" 0x1)
This determines if a window containing a specific control exsists then gets the handle.
