WM_ACTIVATE

  • Thread starter Thread starter Chris
  • Start date Start date
C

Chris

Hello,

In VB6 the WM_ACTIVATE message was not sent to a window
when it was activated from an other application (when the
application switched).
Did this change in VB.NET? Is it now always sent?
 
* "Chris said:
In VB6 the WM_ACTIVATE message was not sent to a window
when it was activated from an other application (when the
application switched).
Did this change in VB.NET? Is it now always sent?

'WM_ACTIVATE' is part of the underlying Win32, its behavior hasn't
changed.
 
Back
Top