I am porting a 16-bit Windows 3.1 application to Windows 95. It makes
heavy use of GetFocus at times when it is not the active application.
When a 16-bit application is active, the window with focus is properly
returned just like in Windows 3.1. However, when a 32-bit app is
active, GetFocus returns NULL. I can speculate as to the reasons for
this, but my goal is to find a work around. Any ideas would be most
appreciated.
Thanks
--Glen