Hi,

I have a strange situation here. I manage to get a handle for a window (with API functions) and when I try to find the button in that window (with FindWindowEx API function) I get 0 as the handle. I have the right class and text for the button. Any idea on what it might be? I've also checked if the button is maybe in a subwindow, but it's not.