Chris J
17 years ago
Hi-
I'm relatively new to the win32 API realm. I've been using the API to try
and find controls within a top-level window. I tried using FindWindowEx to
find the "Exit" button from the window, but it always returns NULL. I finally
set up a call to EnumChildWindows, and I can find the control that way.
Are there conditions under which these two methods are expected to return
different results like this? The window that I'm getting information about is
a .NET application.
Thanks.
I'm relatively new to the win32 API realm. I've been using the API to try
and find controls within a top-level window. I tried using FindWindowEx to
find the "Exit" button from the window, but it always returns NULL. I finally
set up a call to EnumChildWindows, and I can find the control that way.
Are there conditions under which these two methods are expected to return
different results like this? The window that I'm getting information about is
a .NET application.
Thanks.