控制另一个程序里的数据窗口

控制另一个程序里的数据窗口

通过测试发现使用Post(ll_dw_handle, 1305, 0, 0) ,可以使数据窗口弹出saveas的对话框,经过进一步的试验,发现wparam和lparam参数的含义分别是 :saveas type和 savefilename字符串的地址,所以我们就可以使用发送消息的方式使数据窗口内容保存为文本文件,然后读取文件就可以获取数据了。 
  我在pb程序中的测试代码: 
  Function integer SndMsg(long hWnd, long uMsg, long wp, & 
   ref string filename) library “user32.dll” Alias For “SendMessageA” 
  long ll_handle 
  ll_handle = handle(dw_1) 
  string s 
  s=”c:\111.txt” 
  SndMsg(ll_dw_handle, 1305, 2, s) 
如果要编写一个数据窗口外挂程序,只要得到数据窗口的句柄就可以了。 
以下为消息对应的Datawindow命令(网上搜索的资料)

Function Power script
Retrieve Post(ll_handle, 1306, 0, 0)
- Post(ll_handle, 1320, 0, 0)
Retrieve (yield) Post(ll_handle, 1306, 1, 0)
- Post(ll_handle, 1320, 0, 0)
ScrollNextPage Post(ll_handle, 1318, 0, 0)
ScrollPriorPage Post(ll_handle, 1319, 0, 0)
ScrollToFirstPage Post(ll_handle, 1315, 0, 1)
ScrollToLastPage Post(ll_handle, 1315, 0, 999999)
Sort Dialog Post(ll_handle, 1309, 0, 0)
Filter Dialog Post(ll_handle, 1311, 0, 0)
Append Row Post(ll_handle, 1357, 0, 0)
- Post(ll_handle, 1312, 0, 0)
- Post(ll_handle, 1315, 0, 999999)
- Post(ll_handle, 1325, 0, 0)
InsertRow Post(ll_handle, 1357, 0, 0)
- Post(ll_handle, 1313, 0, 0)
- Post(ll_handle, 1312, 0, 1)
- Post(ll_handle, 1315, 0, 1)
- Post(ll_handle, 1325, 0, 0)
DeleteRow Post(ll_handle, 1357, 0, 0)
- Post(ll_handle, 1307, 0, 0)
Update Post(ll_handle, 1357, 0, 0)
- Post(ll_handle, 1338, 0, 0)
- Post(ll_handle, 1304, 0, 0)
SaveAs Dialog Post(ll_handle, 1338, 0, 0)
- Post(ll_handle, 1305, 0, 0)
Print Post(ll_handle, 1303, 0, 0)
Cancel Post(ll_handle, 1320, 0, 0)

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值