I get the handle of dialog when I call the function getActiveWindow(). But, when I try to use oWndFromhWnd( getActiveWindow() ), this function returns to me nothing! Nil.
- Code: Select all Expand view
getActiveWindow() -> 2427216
oWndFromhWnd( getActiveWindow() ) -> Nil
Why? I want to get the object dialog, of the active dialog in moment, on any location of my application!
It's possible?
Thanks!!