D daileking Unregistered / Unconfirmed GUEST, unregistred user! 2002-04-20 #1 我想做一个程序,用winpop发的消息 能够收到;也能发消息给winpop。 怎么实现? 详细些!
T TAO_0909 Unregistered / Unconfirmed GUEST, unregistred user! 2002-04-23 #2 Winpop.exe在98中有,但在2000中就没有。在98中可以直接用WinExec函数调用Winpop.exe 在2000中可用net send 机器名 “消息内容” 来实现: WinExec(Pchar('Net Send ComputerName "'+Message+'"' ),0)
Winpop.exe在98中有,但在2000中就没有。在98中可以直接用WinExec函数调用Winpop.exe 在2000中可用net send 机器名 “消息内容” 来实现: WinExec(Pchar('Net Send ComputerName "'+Message+'"' ),0)
D daileking Unregistered / Unconfirmed GUEST, unregistred user! 2002-04-23 #3 不是这个意思。我是想重新写一个有关的程序,或者你有winpop的源代码也可以,这样我就可以 扩展他的功能。