首页 > 学院 > 开发设计 > 正文

將字串传入到Windows目前窗口Cursor所在位置

2019-11-18 18:17:01
字体:
来源:转载
供稿:网友

网络ID:wnhoo or sos_admin
网名:e梦缘
Mail:
wnhoo@163.com
风花雪月 e梦情缘

如下:

function GetSysFocus : integer;
Var
hOtherWin,OtherThreadID,hFocusWin : integer;
Begin
hOtherWin := GetForegroundWindow;
OtherThreadID := GetWindowThreadPRocessID( hOtherWin, nil);
If AttachThreadInput( GetCurrentThreadID, OtherThreadID, true ) Then
Begin
hFocusWin := GetFocus;
result := GetFocus;
AttachThreadInput( GetCurrentThreadID, OtherThreadID, False );
End
else
result := getFocus;
End;


procedure TForm1.Timer1Timer(Sender: TObject);
var
s:string;
begin
s:='test';
SendMessage(GetSysFocus, WM_SETTEXT,0,longint(PCHAR(S)));
end;


上一篇:Format的用法

下一篇:防止程序多次运行

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表
学习交流
热门图片

新闻热点

疑难解答

图片精选

网友关注