摘要:
public partial class Form1 : Form{//设置文本内容的消息private const int WM_SETTEXT = 0x000C;//鼠标点击消息const int BM_CLICK = 0x00F5;[DllImport("user32.dll")]private static extern IntPtr FindWindow( string lpClassName, string lpWindowName);[DllImport("User32.dll")]private static extern IntPtr 阅读全文
posted @ 2011-12-04 20:09
Rising
阅读(2894)
评论(1)
推荐(0)

浙公网安备 33010602011771号