One way is to implement IMessageFilter like this. public class MyForm : Form, IMessageFilter { public const int WM_NCLBUTTONDOWN = 0xA1; ...
確定! 回上一頁