易語(yǔ)言進(jìn)度條按鈕源碼
系統(tǒng)結(jié)構(gòu):getdc,CreateCompatibleDC,CreateCompatibleBitmapEx,SelectObject,CreatePen,MoveTo,LineTo,DeleteObject,ReleaseDC,BitBlt,deletedc,
======窗口程序集1
| |
| |------ _時(shí)鐘1_周期事件
| |
| |------ __啟動(dòng)窗口_創(chuàng)建完畢
| |
| |------ _按鈕1_被單擊
| |
| |
======調(diào)用的Dll
| |
| |---[dll]------ getdc
| |
| |---[dll]------ CreateCompatibleDC
| |
| |---[dll]------ CreateCompatibleBitmapEx
| |
| |---[dll]------ SelectObject
| |
| |---[dll]------ CreatePen
| |
| |---[dll]------ MoveTo
| |
| |---[dll]------ LineTo
| |
| |---[dll]------ DeleteObject
| |
| |---[dll]------ ReleaseDC
| |
| |---[dll]------ BitBlt
| |
| |---[dll]------ deletedc
調(diào)用的DLL命令:
.DLL命令 getdc, 整數(shù)型, "user32.dll", "GetDC"
.參數(shù) hwnd, 整數(shù)型
.DLL命令 CreateCompatibleDC, 整數(shù)型, "gdi32.dll", "CreateCompatibleDC"
.參數(shù) hdc, 整數(shù)型
.DLL命令 CreateCompatibleBitmapEx, 整數(shù)型, "gdi32.dll", "CreateCompatibleBitmap"
.參數(shù) hdc, 整數(shù)型
.參數(shù) nwidth, 整數(shù)型
.參數(shù) nheight, 整數(shù)型
.DLL命令 SelectObject, 整數(shù)型, "gdi32", "SelectObject"
.參數(shù) hdc, 整數(shù)型
.參數(shù) hobject, 整數(shù)型
.DLL命令 CreatePen, 整數(shù)型, "gdi32.dll", "CreatePen"
.參數(shù) npenstyle, 整數(shù)型
.參數(shù) nwidth, 整數(shù)型
.參數(shù) crcolor, 整數(shù)型
.DLL命令 MoveTo, 整數(shù)型, "gdi32.dll", "MoveToEx"
.參數(shù) hdc, 整數(shù)型
.參數(shù) x, 整數(shù)型
.參數(shù) y, 整數(shù)型
.參數(shù) lpPoint, 整數(shù)型
.DLL命令 LineTo, 整數(shù)型, "gdi32.dll", "LineTo"
.參數(shù) hdc, 整數(shù)型
.參數(shù) x, 整數(shù)型
.參數(shù) y, 整數(shù)型
.DLL命令 DeleteObject, 整數(shù)型, "gdi32.dll", "DeleteObject"
.參數(shù) hobject, 整數(shù)型
.DLL命令 ReleaseDC, 整數(shù)型, "user32.dll", "ReleaseDC"
.參數(shù) hwnd, 整數(shù)型
.參數(shù) hdc, 整數(shù)型
.DLL命令 BitBlt, 整數(shù)型, "gdi32.dll", "BitBlt"
.參數(shù) hdestdc, 整數(shù)型
.參數(shù) x, 整數(shù)型
.參數(shù) y, 整數(shù)型
.參數(shù) nwidth, 整數(shù)型
.參數(shù) nheight, 整數(shù)型
.參數(shù) hsrcdc, 整數(shù)型
.參數(shù) xsrc, 整數(shù)型
.參數(shù) ysrc, 整數(shù)型
.參數(shù) dwrop, 整數(shù)型
.DLL命令 deletedc, 整數(shù)型, "gdi32.dll", "DeleteDC"
.參數(shù) hdc, 整數(shù)型
易語(yǔ)言VB2易V0009源碼,轉(zhuǎn)換VB函數(shù),刪除函數(shù)編輯框空行,刪除編輯框空行,轉(zhuǎn)換VB函數(shù)_2,轉(zhuǎn)換VB常數(shù),轉(zhuǎn)換VB自定義數(shù)據(jù)類型,轉(zhuǎn)換VB子程序,轉(zhuǎn)換VB全局變量,轉(zhuǎn)換VB局部變量,子程序1,轉(zhuǎn)換VB函數(shù)2...
易語(yǔ)言-正文提取源碼,正文提取,特殊字符過(guò)濾,取漢字個(gè)數(shù)_正則法,標(biāo)準(zhǔn)清除HTML標(biāo)簽,純凈清除HTML標(biāo)簽...
易語(yǔ)言SendInput源碼,SendInput,模擬鍵盤(pán)_,模擬鼠標(biāo)移動(dòng)_,模擬鼠標(biāo)單擊_,SendUnicode,SendAnsi,SendKeyS,取變量地址_字節(jié)集型_,指針到短整數(shù)_,字節(jié)集到短整數(shù)_,AnsiToUnicode,模擬鍵盤(pán)動(dòng)作_,模擬鼠標(biāo)動(dòng)作_,VkKeyScanW,GetKeyState,RtlInitAnsiString,RtlFreeU...
易語(yǔ)言SDK窗口源碼,SDK窗口,WndProc,子程序_菜單初始化,HIWORD,LOWORD,子程序_處理命令消息,GetModuleHandle,LoadIcon,LoadCursor,GetStockObject,RegisterClass,MessageBox,CreateWindowEx,ShowWindow,UpdateWindow,GetMessage,TranslateMessage,DispatchMes...
易語(yǔ)言API創(chuàng)建暫停進(jìn)程進(jìn)行DLL注入源碼,API創(chuàng)建暫停進(jìn)程進(jìn)行DLL注入,GetCmdLine,命令行緩沖區(qū)_,取文本內(nèi)容長(zhǎng)度_,CopyMemory,SN_CreateProcessA,SN_InjectDllA...
易語(yǔ)言api創(chuàng)建多層目錄源碼,api創(chuàng)建多層目錄,api_創(chuàng)建多層目錄...
易語(yǔ)言高斯算法源碼,高斯算法...
易語(yǔ)言高斯賽德?tīng)柕ㄑ菔驹创a,高斯賽德?tīng)柕ㄑ菔?DBLX...
易語(yǔ)言雪花屏保源碼,雪花屏保,Rnd,InitP,GetContrast,GetDC,GetPixel,SetPixel,ReleaseDC,InvalidateRect...