What event is sent to a Windows Forms window when its button from the taskbar is clicked?
Posted
by David
on Stack Overflow
See other posts from Stack Overflow
or by David
Published on 2010-05-14T15:29:07Z
Indexed on
2010/05/14
15:34 UTC
Read the original article
Hit count: 205
When the user clicks the window title/button in the taskbar, what .NET event (or Windows API message) is sent to the window?
I'm using C#/.NET 2.0/Windows Forms.
Thank you
© Stack Overflow or respective owner