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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top