The WndProc solution contains two WinForms applications-MessageTracer and MessageSender-as well as the Util class in the WinFormsEx class library. MessageTracer traces either all messages it receives, or only custom messages, to the Output window. It also displays its Windows handle value  in the form caption. The MessageSender application allows you to specify the Windows handle you wish to send a registered custom message to. 
