说明: sendtext.dll说明 该dll中含有两个函数 sendtext 用于向pb数据窗口控件中的焦点编辑框赋值 pb_xor 用于异或运算 在pb下函数的声明 function int pb_xor(int i_a,int i_b) library "sendtext.dll" 由于pb不支持异或运算,所以编写这个函数来扩展pb的功能,改函数可以用来进行数据加密。 function int sendtext(long dw_handle,string str) library "sendte
<tgcwc> 上传 | 大小:2kb