Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. COM
  4. Instant Messenger

Instant Messenger

Scheduled Pinned Locked Moved COM
tutorialquestion
4 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    Amit Dey
    wrote on last edited by
    #1

    Hi all, I would like to know how to create an IM like application? How does an Instant Messenger work? What should I be reading (and where)? I would like you to share your ideas with me. TIA, Hush..Hush.. thought I heard you calling my name now...

    H 1 Reply Last reply
    0
    • A Amit Dey

      Hi all, I would like to know how to create an IM like application? How does an Instant Messenger work? What should I be reading (and where)? I would like you to share your ideas with me. TIA, Hush..Hush.. thought I heard you calling my name now...

      H Offline
      H Offline
      Henrik Sternberg
      wrote on last edited by
      #2

      To build a simple messenger system, you basically need to program a server and a client (like the IM that you download and install) The server is listening for messages from the clients. When it receives a message from a client, it forwards it to the right client. The clients listen for messages from the server, when they receive them they alert the user. It's not that hard to build a simple message system in for example Visual Basic or Delphi, what you have to learn is how to use network sockets. I would recommend you to buy a good book on it, usually you can get enough code from it to create a basic message application. /_henrik :cool: Henrik Sternberg, Consultant Cambridge Technolgy Partners, Germany www.ctp.com/ce henrik.sternberg@ctp.nospam.com (take away nospam)

      A 1 Reply Last reply
      0
      • H Henrik Sternberg

        To build a simple messenger system, you basically need to program a server and a client (like the IM that you download and install) The server is listening for messages from the clients. When it receives a message from a client, it forwards it to the right client. The clients listen for messages from the server, when they receive them they alert the user. It's not that hard to build a simple message system in for example Visual Basic or Delphi, what you have to learn is how to use network sockets. I would recommend you to buy a good book on it, usually you can get enough code from it to create a basic message application. /_henrik :cool: Henrik Sternberg, Consultant Cambridge Technolgy Partners, Germany www.ctp.com/ce henrik.sternberg@ctp.nospam.com (take away nospam)

        A Offline
        A Offline
        Amit Dey
        wrote on last edited by
        #3

        Thanks a lot. Also,I'd like to how to build an IM application in VC++/ATL/COM. Could you give me some ideas about how to implement this? TIA. Hush..Hush.. thought I heard you calling my name now...

        L 1 Reply Last reply
        0
        • A Amit Dey

          Thanks a lot. Also,I'd like to how to build an IM application in VC++/ATL/COM. Could you give me some ideas about how to implement this? TIA. Hush..Hush.. thought I heard you calling my name now...

          L Offline
          L Offline
          Lost User
          wrote on last edited by
          #4

          have you thought about using a XML based application or using some MAPI session?

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups