SendMessage的参数问题

  • 主题发起人 主题发起人 import
  • 开始时间 开始时间
I

import

Unregistered / Unconfirmed
GUEST, unregistred user!
第一个参数是WM_LBUTTONDOWN,第二个参数是位置应该怎么写?
var
pos:word;
begin
wordrec(pos).lo:=10; //X位置
wordrec(pos).hi:=10; //Y位置
sendmessage(button2.Handle,wm_lbuttondown,MK_LBUTTON,pos);
end;
 

Similar threads

S
回复
0
查看
3K
SUNSTONE的Delphi笔记
S
S
回复
0
查看
2K
SUNSTONE的Delphi笔记
S
后退
顶部