資源簡介
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Text;
using?System.Runtime.InteropServices;
using?System.Threading;
namespace?QQTest
{
????[StructLayout(LayoutKind.Sequential)]//定義與API相兼容結構體,實際上是一種內存轉換
????public?struct?POINTAPI
????{
????????public?int?X;
????????public?int?Y;
????}
????class?WinApi
????{
????????[DllImport(“user32.dll“?EntryPoint?=?“FindWindow“)]
????????private?extern?static?IntPtr?FindWindow(string?lpClassName?string?lpWindowName);
????????///
????????///?發送按鍵消息用PostMessage比較好SendMessage有時會不起作用
????????///
????????[DllImport(“user32.dll“?EntryPoint?=?“PostMessage“?SetLastError?=?true)]
????????private?static?extern?bool?PostMessage(IntPtr?hWnd?uint?Msg?int?wParam?int?lParam);
????????[DllImport(“
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件??????16896??2014-06-15?17:52??QQTest\bin\Debug\QQTest.exe
?????文件??????36352??2014-06-15?17:52??QQTest\bin\Debug\QQTest.pdb
?????文件??????11608??2014-06-15?01:33??QQTest\bin\Debug\QQTest.vshost.exe
?????文件????????490??2012-06-06?02:06??QQTest\bin\Debug\QQTest.vshost.exe.manifest
?????文件??????16797??2014-04-09?23:48??QQTest\bin\Debug.rar
?????文件???????8008??2014-04-07?17:24??QQTest\Class1.cs
?????文件???????3500??2014-04-15?22:20??QQTest\ColorWin.csproj
?????文件??????16097??2014-06-14?17:57??QQTest\Form1.cs
?????文件???????6318??2014-06-14?11:38??QQTest\Form1.Designer.cs
?????文件???????6011??2014-06-14?11:38??QQTest\Form1.resx
?????文件????????582??2014-06-15?17:52??QQTest\obj\x86\Debug\ColorWin.csproj.FileListAbsolute.txt
?????文件????????847??2014-06-15?17:52??QQTest\obj\x86\Debug\ColorWin.csproj.GenerateResource.Cache
?????文件???????1229??2014-04-14?20:48??QQTest\obj\x86\Debug\DesignTimeResolveAssemblyReferences.cache
?????文件???????5337??2014-06-15?17:52??QQTest\obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????文件???????1120??2014-04-15?21:23??QQTest\obj\x86\Debug\QQTest.csproj.FileListAbsolute.txt
?????文件????????847??2014-04-15?21:23??QQTest\obj\x86\Debug\QQTest.csproj.GenerateResource.Cache
?????文件??????16896??2014-06-15?17:52??QQTest\obj\x86\Debug\QQTest.exe
?????文件??????36352??2014-06-15?17:52??QQTest\obj\x86\Debug\QQTest.pdb
?????文件????????180??2014-06-15?17:52??QQTest\obj\x86\Debug\QQTest.Properties.Resources.resources
?????文件????????180??2014-06-15?17:52??QQTest\obj\x86\Debug\QQTest.屏幕圖坐標采集器.resources
?????文件????????486??2014-04-11?19:10??QQTest\Program.cs
?????文件???????1344??2014-04-07?13:46??QQTest\Properties\AssemblyInfo.cs
?????文件???????2864??2014-04-07?13:46??QQTest\Properties\Resources.Designer.cs
?????文件???????5612??2014-04-07?13:46??QQTest\Properties\Resources.resx
?????文件???????1093??2014-04-07?13:46??QQTest\Properties\Settings.Designer.cs
?????文件????????249??2014-04-07?13:46??QQTest\Properties\Settings.settings
?????文件????????679??2014-04-11?17:20??QQTest\QQChatWindows.cs
?????目錄??????????0??2014-04-07?13:46??QQTest\obj\x86\Debug\TempPE
?????目錄??????????0??2014-06-15?17:52??QQTest\obj\x86\Debug
?????目錄??????????0??2014-06-15?17:52??QQTest\bin\Debug
............此處省略8個文件信息
- 上一篇:微信公眾賬號開發 (附SDK)
- 下一篇:mvc4 PetsStore微軟
評論
共有 條評論