What event is sent to a Windows Forms window when its button from the taskbar is clicked?
- by David
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