I need to get the handle of an MDI form (child window) that has the focus. When I use the GetForeGroundWindow API, all it does is return the parent window's handle.

How do I get the handle of the active child window?

Thanks,
Jordan