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. C#
  4. send and receive message in C#.Net

send and receive message in C#.Net

Scheduled Pinned Locked Moved C#
csharp
3 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.
  • S Offline
    S Offline
    ShafiqA
    wrote on last edited by
    #1

    hello friend Can anyone give me the source code to send message from ane C# application to another C# application and received the sented message thanks in Adv... shafiq

    A V 2 Replies Last reply
    0
    • S ShafiqA

      hello friend Can anyone give me the source code to send message from ane C# application to another C# application and received the sented message thanks in Adv... shafiq

      A Offline
      A Offline
      Abhinav S
      wrote on last edited by
      #2

      No one is going to 'send' you any code... To implement such kind of communication you might want to look at WCF (or maybe sockets).

      The funniest thing about this particular signature is that by the time you realise it doesn't say anything it's too late to stop reading it.

      1 Reply Last reply
      0
      • S ShafiqA

        hello friend Can anyone give me the source code to send message from ane C# application to another C# application and received the sented message thanks in Adv... shafiq

        V Offline
        V Offline
        V 0
        wrote on last edited by
        #3

        Look into "window messages". You can import the function (SendMessage) from one of the windows dll's. Use WndProc function (again an import) to 'catch' the message. You'll probably have to create a message id by registering it. It's pretty easy and straightforward once you found out how. Look for : - Sendmessage - Register window message - WndProc to get you started.

        V.

        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