We\'re working on a very large .NET WinForms composite application - not CAB, but a similar home grown framework. We\'re running in a Citrix and RDP environment running on
In my case I was overriding WndProc(ref Message m) but not calling base.WndProc(ref m);
WndProc(ref Message m)
base.WndProc(ref m)