Working with Windows Messages in .NET (
Page 1 of 4 )
Windows runs on messages, many of which you can't receive using standard .NET programming techniques or even the usual overrides However, some situations require that you work with messages directly; this article demonstrates just two of many cases where