文件名称:c# 模拟鼠标点击 DEMO
文件大小:44KB
文件格式:ZIP
更新时间:2015-10-17 09:10:11
c# winform 模拟鼠标点击
c# winform 模拟鼠标点击 DEMO //获取当前窗口句柄:GetForegroundWindow [DllImport("user32.dll", EntryPoint = "FindWindow", SetLastError = true)] private static extern IntPtr FindWindow(string lei, string kou); 返回值类型是IntPtr,即为当前获得焦点窗口的句柄 使用方法 : IntPtr myPtr=GetForegroundWindow();
【文件预览】:
WindowsApplication27
----WindowsApplication27()
--------Form2.resx(6KB)
--------Form1.cs(5KB)
--------Program.cs(479B)
--------WindowsApplication27.csproj(4KB)
--------Form1.resx(6KB)
--------Form2.Designer.cs(2KB)
--------Properties()
--------Form1.Designer.cs(4KB)
--------obj()
--------bin()
--------Form2.cs(483B)
----WindowsApplication27.suo(15KB)
----WindowsApplication27.sln(949B)