Make two forms appear active at the same time

  • Thread starter Thread starter Niksa
  • Start date Start date
N

Niksa

Hello,

I am trying to make two forms appear active at the same time. I managed
to make title bar of the deactivated form appear active by manipulating
WM_NCACTIVATE message, however I am unable to make the active control
on the form appear focused. Is there a way to do this?

Thanks
 
Hi,

sorry - setting a window active is handled by Windows itself, and there can
only be one active window
at a time.

Regards,

Frank Eller
 
Back
Top