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

Popular posts from this blog

Perl - how to grep a block of text from a file -

delphi - How to remove all the grips on a coolbar if I have several coolbands? -

javascript - Animating array of divs; only the final element is modified -