控件外部重写WndProc(ref Message msg)已知WndProc(ref Message msg) 代码已经确定但 重写的控件不确定,想在Runtime时,传递一个控件Control 动态为其重写. 难度比较大.不知道能不能实现.[解决办法]NativeWindow 托管实现SetWindowLong 非托管实现[解决办法]protected override void WndProc(ref Message m)