資源簡介
精易C#模塊
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Text;
namespace?rumengwinapi
{
????public?class?WindowsMessage
????{
????????public?const?int?WM_NULL?=?0x0000;?//?
????????public?const?int?WM_CREATE?=?0x0001;?//應用程序創建一個窗口?
????????public?const?int?WM_DESTROY?=?0x0002;?//一個窗口被銷毀?
????????public?const?int?WM_MOVE?=?0x0003;?//移動一個窗口?
????????public?const?int?WM_SIZE?=?0x0005;?//改變一個窗口的大小?
????????public?const?int?WM_ACTIVATE?=?0x0006;?//一個窗口被激活或失去激活狀態;?
????????public?const?int?WM_SETFOCUS?=?0x0007;?//獲得焦點后?
????????public?const?int?WM_KILLFOCUS?=?0x0008;?//失去焦點?
????????public?const?int?WM_ENABLE?=?0x000A;?//改變enable狀態?
????????public?const?int?WM_SETREDRAW?=?0x000B;?//設置窗口是否能重畫?
????????public?const?int?WM_SETTEXT?=?0x000C;?//應用程序發送此消息來設置一個窗口的文本?
????????public?const?int?WM_GETTEXT?=?0x000D;?//應用程序發送此消息來復制對應窗口的文本到緩沖區?
????????public?const?int?WM_GETTEXTLENGTH?=?0x000E;?//得到與一個窗口有關的文本的長度(不包含空字符)?
????????public?const?int?WM_PAINT?=?0x000F;?//要求一個窗口重畫自己?
????????public?const?int?WM_CLOSE?=?0x0010;?//當一個窗口或應用程序要關閉時發送一個信號?
????????public?const?int?WM_QUERYENDSESSION?=?0x0011;?//當用戶選擇結束對話框或程序自己調用ExitWindows函數?
????????public?const?int?WM_QUIT?=?0x0012;?//用來結束程序運行或當程序調用postquitmessage函數?
????????public?const?int?WM_QUERYOPEN?=?0x0013;?//當用戶窗口恢復以前的大小位置時,把此消息發送給某個圖標?
????????public?const?int?WM_ERASEBKGND?=?0x0014;?//當窗口背景必須被擦除時(例在窗口改變大小時)?
????????public?const?int?WM_SYSCOLORCHANGE?=?0x0015;?//當系統顏色改變時,發送此消息給所有頂級窗口?
????????public?const?int?WM_ENDSESSION?=?0x0016;?//?當系統進程發出WM_QUERYENDSESSION消息后,此消息發送給應用程序,通知它對話是否結束?
????????public?const?int?WM_SYSTEMERROR?=?0x0017;?//?
????????public?const?int?WM_SHOWWINDOW?=?0x0018;?//當隱藏或顯示窗口是發送此消息給這個窗口?
????????public?const?int?WM_ACTIVATEAPP?=?0x001C;?//發此消息給應用程序哪個窗口是激活的,哪個是非激活的;?
????????public?const?int?WM_FONTCHANGE?=?0x001D;?//當系統的字體資源庫變化時發送此消息給所有頂級窗口?
????????public?const?int?WM_TIMECHANGE?=?0x001E;?//當系統的時間變化時發送此消息給所有頂級窗口?
????????public?const?int?WM_CANCELMODE?=?0x001F;?//發送此消息來取消某種正在進行的摸態(操作)?
????????public?const?int?WM_SETCURSOR?=?0x0020;?//如果鼠標引起光標在某個窗口中移動且鼠標輸入沒有被捕獲時,就發消息給某個窗口
????????public?const?int?WM_MOUSEACTIVATE?=?0x0021;?//當光標在某個非激活的窗口中而用戶正按著鼠標的某個鍵發送此消息給當前窗口?
????????public?const?int?WM_CHILDACTIVATE?=?0x0022;?//發送此消息給MDI子窗口當用戶點擊此窗口的標題欄,或當窗口被激活,移動,改變大小?
????????public?const?int?WM_QUEUESYNC?=?0x0023;?//此消息由基于計算機的訓練程序發送,通過WH_JOURNALPALYBACK的hook程序分離出用戶輸入消息?
????????public?const?int?WM_GETMINMAXINFO?=?0x0024;?//此消息發送給窗口當它將要改變大小或位置;?
????????public?const?int?WM_PAINTICON?=?0x0026;?//發送給最小化窗口當它圖標將要被重畫?
????????public?const?int?WM_ICONERASEBKGND?=?0x0027;?//此消息發送給某個最小化窗口,僅當它在畫圖標前它的背景必須被重畫?
????????public?const?int?WM_NEXTDLGCTL?=?0x0028;?//發送此消息給一個對話框程序去更改焦點位置?
????????public?const?int?WM_SPOOLERSTATUS?=?0x002A;?//每當打印管理列隊增加或減少一條作業時發出此消息?
????????public?const?int?WM_DRAWITEM?=?0x002B;?//當button,combobox,listbox,menu的可視外觀改變時發送此消息給這些空件的所有者?
????????public?const?int?WM_MEASUREITEM?=?0x002C;?//當button?combo?box?list?box?list?view?control?or?menu
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
????..A..H.?????51200??2020-10-28?20:23??C#模塊\.vs\rumengwinapi\v16\.suo
?????文件?????253952??2020-10-20?01:46??C#模塊\.vs\rumengwinapi\v16\Browse.VC.db
?????文件??????44544??2020-10-27?21:32??C#模塊\bin\Debug\rumengwinapi.dll
?????文件?????105984??2020-10-27?21:32??C#模塊\bin\Debug\rumengwinapi.pdb
?????文件????????208??2020-10-27?21:32??C#模塊\obj\Debug\.NETfr
?????文件????????214??2020-10-13?21:29??C#模塊\obj\Debug\.NETfr
?????文件????????210??2020-10-13?21:29??C#模塊\obj\Debug\.NETfr
?????文件????????214??2020-10-14?20:39??C#模塊\obj\Debug\.NETfr
?????文件???????5677??2020-12-09?13:50??C#模塊\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????文件?????????42??2020-10-19?01:40??C#模塊\obj\Debug\rumengwinapi.csproj.CoreCompileInputs.cache
?????文件???????1077??2020-10-27?21:32??C#模塊\obj\Debug\rumengwinapi.csproj.FileListAbsolute.txt
?????文件??????13477??2020-10-27?21:32??C#模塊\obj\Debug\rumengwinapi.csprojAssemblyReference.cache
?????文件??????44544??2020-10-27?21:32??C#模塊\obj\Debug\rumengwinapi.dll
?????文件?????105984??2020-10-27?21:32??C#模塊\obj\Debug\rumengwinapi.pdb
?????文件???????1316??2020-10-13?20:04??C#模塊\Properties\AssemblyInfo.cs
?????文件???????2505??2020-10-19?01:40??C#模塊\rumengwinapi.csproj
?????文件???????1129??2020-10-13?20:04??C#模塊\rumengwinapi.sln
?????文件??????31194??2020-10-18?21:57??C#模塊\常量.cs
?????文件???????4657??2020-10-15?23:37??C#模塊\文件.cs
?????文件??????17690??2020-10-18?23:11??C#模塊\文本.cs
?????文件??????24067??2020-10-19?22:08??C#模塊\窗口.cs
?????文件??????20768??2020-10-15?22:59??C#模塊\系統.cs
?????文件???????4866??2020-10-15?22:40??C#模塊\編碼.cs
?????文件???????9128??2020-10-15?23:04??C#模塊\進程.cs
?????文件???????2787??2020-10-18?23:07??C#模塊\配置項.cs
?????文件???????8190??2020-10-18?23:05??C#模塊\鍵鼠.cs
?????目錄??????????0??2020-10-20?01:46??C#模塊\.vs\rumengwinapi\v16
????..AD...?????????0??2020-10-29?15:03??C#模塊\obj\Debug\TempPE
?????目錄??????????0??2020-10-13?20:04??C#模塊\.vs\rumengwinapi
?????目錄??????????0??2020-10-13?20:54??C#模塊\bin\Debug
............此處省略10個文件信息
評論
共有 條評論