Thread: Messenger

  1. #1
    Registered User Daniel's Avatar
    Join Date
    Jan 2003
    Posts
    47

    Messenger

    How do I use Messenger to send a message to other computers on my network?

    Thanks for your help,
    Daniel

  2. #2
    Yes, my avatar is stolen anonytmouse's Avatar
    Join Date
    Dec 2002
    Posts
    2,544
    Code:
    net send computer_name message text
    or to send to all computers:
    net send * message text
    Do a search for 'net send gui' to find graphical clients.

    Find a couple here with source code.

  3. #3
    5|-|1+|-|34|) ober's Avatar
    Join Date
    Aug 2001
    Posts
    4,429
    Did this answer your question? Please identify what "messenger" you are using.

  4. #4
    Registered User Daniel's Avatar
    Join Date
    Jan 2003
    Posts
    47
    Yes It did work, Thanks for your help.
    C++ Homepage: http://darkeldar77.tripod.com/cpp.html

  5. #5
    PC Fixer-Upper Waldo2k2's Avatar
    Join Date
    May 2002
    Posts
    2,001
    since we're on the topic,
    i've been looking for starting sources to make a messenger progam (just to use on my lan at home). I don't like windows messenger because of all the crap that comes along with it...anyway, does anyone (ober?) recommend some open source code for this? examples? links? thanks, i've found some stuff but I don't like the way it was done. Peace.
    PHP and XML
    Let's talk about SAX

  6. #6
    5|-|1+|-|34|) ober's Avatar
    Join Date
    Aug 2001
    Posts
    4,429
    Umm... I wrote one in VB a while ago but I'm not sure what I did with it. I'll see if I can dig that up or maybe find one on the net.

  7. #7
    5|-|1+|-|34|) ober's Avatar
    Join Date
    Aug 2001
    Posts
    4,429
    In order of how I would rate them:

    http://www.freevbcode.com/ShowCode.Asp?ID=1088

    http://www.freevbcode.com/ShowCode.Asp?ID=137

    http://www.vbcode.com/asp/showzip.as...zip&theID=8855

    http://www.vbcode.com/asp/showsn.asp?theID=9153

    http://www.vbcode.com/asp/showzip.as...zip&theID=9136

    All have the source code and should work as is, most likely. I didn't test any of them, but they are from reputable sources. And those are just VB examples. I'm sure there are C/C++ examples too.

  8. #8
    PC Fixer-Upper Waldo2k2's Avatar
    Join Date
    May 2002
    Posts
    2,001
    thanks a lot man, i didn't htink of doing a vb app

    the C choices were pretty slim
    PHP and XML
    Let's talk about SAX

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Open source, easy-to-use XMPP messenger: Open-IM
    By mkruk in forum Projects and Job Recruitment
    Replies: 1
    Last Post: 06-22-2008, 04:10 PM
  2. MSN Messenger 7.5
    By sean in forum A Brief History of Cprogramming.com
    Replies: 2
    Last Post: 09-07-2005, 10:06 PM
  3. Messenger
    By Padawan in forum C++ Programming
    Replies: 3
    Last Post: 01-05-2004, 11:12 PM
  4. Messenger Port number
    By sebastiraj in forum C Programming
    Replies: 0
    Last Post: 02-15-2002, 03:33 AM