读取另一程序中的文本 (100分)

  • 主题发起人 主题发起人 崔占东
  • 开始时间 开始时间

崔占东

Unregistered / Unconfirmed
GUEST, unregistred user!
我想通过一个程序读取另一个程序中MEMO控件中的文本内容
 
Use FindWindow(Memo) to get the handle to the memo;<br>then use sendmessage(WM_GETTEXT,...) to get the text,<br>befor you send the message, you must create a buffer to recive the text!
 
先找到MEMO的Handle 用发消息的方法可取得文本 ,同上
 
varphone,如何create a buffer?<br>
 
就是分配一块放文本的内存。
 
呵呵,对于98/me使用,2000/xp无效。。。。[:D][:D][:D]
 
大家都说了:)
 
谢谢你们的回答,比如说,我想取得OICQ中对方发过来得消息文本,<br>请varphone给我写段完整的程序,我在这先谢谢了。
 
后退
顶部