代码搜索:SendMessage
找到约 3,804 项符合「SendMessage」的源代码
代码结果 3,804
www.eeworm.com/read/102095/15793213
bas openfile.bas
Attribute VB_Name = "openfile"
Public Const HTCAPTION = 2
Public Const WM_NCLBUTTONDOWN = &HA1
Public Declare Function ReleaseCapture Lib "user32" () As Long
Public Declare Function SendMessage Li
www.eeworm.com/read/261857/11621357
ini button.ini
FUNC void sendMessage1(void) {
CAN0ID = 0x00;
CAN0L = 1;
CAN0B0 = 0xFF;
CAN0IN = 1;
}
FUNC void sendMessage2(void) {
CAN0ID = 0x01;
CAN0L = 5;
CAN0B0 = 0x00;
CAN0B1 = 0x00;
CAN0B
www.eeworm.com/read/270995/11013192
c petrolslave.c
#include
#include
#include "petrol.h"
char *appName;
static void SendMessage(int tid, int message);
static void GetIndividuals(Individual **pop, int *howmany, int *location);
s
www.eeworm.com/read/175885/7151209
bas datarecieve.bas
Attribute VB_Name = "DataRecieve"
Public Const WM_SYSCOMMAND = &H112
Public Declare Function SendMessage Lib "user32" Alias "SendMessageA" (ByVal hwnd As Long, ByVal wMsg As Long, ByVal wParam As Lo
www.eeworm.com/read/279669/10404935
bas khzlgl.bas
Attribute VB_Name = "mdl_cpkcgl"
'用于设置窗体移动
Public Declare Function SendMessage Lib "user32" Alias "SendMessageA" (ByVal hwnd As Long, ByVal wMsg As Long, ByVal wParam As Long, lParam As Any) As Long
www.eeworm.com/read/397762/8022902
bas module1.bas
Attribute VB_Name = "Module1"
'MOVE FORM
'Declare Sub ReleaseCapture Lib "user32" ()
'Declare Function SendMessage Lib "user32" Alias "SendMessageA" (ByVal hwnd As Long, ByVal wMsg As Long, ByVal w