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

c++ - Function signature as a function template parameter -

algorithm - What are some ways to combine a number of (potentially incompatible) sorted sub-sets of a total set into a (partial) ordering of the total set? -

How to call a javascript function after the page loads with a chrome extension? -