This article on CodeProject details a technique. Is basically boils down to: public const int WM_NCLBUTTONDOWN = 0xA1; public const int HT_CAPTION = 0x2; ...
確定! 回上一頁