Related resources for Window Message
  • Usage of system hotkeys and window messages in C#6/11/2010 4:28:36 AM. This article will show how to register a system hotkey for a currently running application and how to handle window messages for altering controls functionality or adding new functions to them.
  • Sending Windows Message in C#1/16/2006 6:21:41 AM. This sample code shows how to send Window messages between two forms using C#.