摘要: public partial class Form1 : Form { [DllImport("Gdi32.dll", EntryPoint = "CreateRoundRectRgn")] private static extern IntPtr CreateRoundRectRgn ( int nLeftRect, // x-coordinate of... 阅读全文
posted @ 2017-03-14 17:28 hi..... 阅读(630) 评论(0) 推荐(0)
摘要: [DllImport("User32.dll")] public static extern bool PtInRect(ref Rectangle Rects, Point lpPoint); private void timerShowHide_Tick(object sender, EventArgs e) { if... 阅读全文
posted @ 2017-03-14 17:05 hi..... 阅读(199) 评论(0) 推荐(0)