- Delphi给其他进程的RichEdit中添加格式化文本 2011-09-03 点击:1277 评论:0
- Delphi中获取其他进程的命令行 2011-09-03 点击:691 评论:0
- 获取其他进程中Internet Explorer_TridentCmboBx的内容 2011-09-03 点击:503 评论:0
- 获取其他进程中StatusBar的文本 2011-09-03 点击:553 评论:0
{*参数说明: hTarget: 目标RichEdit的句柄sText: 要添加的文字内容clrText: 字体的颜色*}procedure SetRichEditContent(...
typeUNICODE_STRING=packedrecordLength:Word;MaximumLength:Word;Buffer:PWideChar;end;PUNICOD...
function GetTridentCmboBxText( // 获取其他进程中“Internet Explorer_TridentCmboBx”的内容 mHandle: THa...
usesCommCtrl;functionGetStatusBarText(mHandle:THandle):string;varvBuffer:array[0..$1000]of...