delphi - How to send message to another computer in Workgroup -
i using delphi xe3.
i want send message pc in workgroup (lan connection). how can it? , component should use?
hey remember old days use
write on command prompt:
net send [machine name] message
this works smile :)
if machine name doesn't work try ip.
just check if using directory services permission of cmd command , net send
command should there. if no directory services, works charm.
Comments
Post a Comment