标签:style mes error dll ast 重绘 set ntp ati
//控件重绘 [DllImport("USER32.DLL ", CharSet = CharSet.Auto, SetLastError = true)] public static extern bool SendMessage( IntPtr hWnd, // 目标窗口句柄 int Msg, // 消息 bool wParam, // 第一个消息参数 false阻止 true不阻止 int lParam ); const int WM_GETTEXT =0x000B; SendMessage(this.Handle, WM_GETTEXT, false, 0);
标签:style mes error dll ast 重绘 set ntp ati
原文地址:http://www.cnblogs.com/chenjiachuan/p/7797871.html