使用delphi能否获取其他软件程序中memo控件中的数据?

 我来答
renzhumin2
2012-06-07 · TA获得超过163个赞
知道小有建树答主
回答量:173
采纳率:0%
帮助的人:272万
展开全部

//给你个简单的例子

procedure TForm1.Button1MouseUp(Sender: TObject; Button: TMouseButton;

  Shift: TShiftState; X, Y: Integer);

var

    m_Point :  TPoint;

    winhwnd : hwnd;

      nmancount,ch :array[0..255] of char;

      textLength : integer;

    i : integer;

begin

    if Button = mbLeft then

    begin

        GetCursorPos(m_Point);

        winhwnd:=WindowFromPoint(m_Point);

        edit3.Text := inttostr(winhwnd) ;

        //Button1.Cursor := crDefault;

        GetClassName(winhwnd,@nmancount,256);

        edit1.Text := string(nmancount);

        textLength := getwindowtextLength(winhwnd);

        getwindowtext(winhwnd,@ch,256);

        edit2.Text := string(ch);

    end;

end;

本回答被提问者和网友采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
艾三毛
2012-06-07 · TA获得超过139个赞
知道小有建树答主
回答量:484
采纳率:100%
帮助的人:232万
展开全部
这个应该是可以。
追问
请问我想用delphI获取另一个由VB或VC程序里memo控件中的内容,怎样才能达到呢?请高手赐教,越具体越好。不甚感激!!!
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 1条折叠回答
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式