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. Socket Programming [modified]

Socket Programming [modified]

Scheduled Pinned Locked Moved C#
sysadmin
6 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.
  • R Offline
    R Offline
    Rahul Babu
    wrote on last edited by
    #1

    hi friends I have created a UDP multicast program. And now my doubt is if I change font properties of the message in server and send it, the client should be able to receive the message with same font or color. Its a windows form application. thanks in advance Rahul -- modified at 0:41 Friday 30th March, 2007

    S 1 Reply Last reply
    0
    • R Rahul Babu

      hi friends I have created a UDP multicast program. And now my doubt is if I change font properties of the message in server and send it, the client should be able to receive the message with same font or color. Its a windows form application. thanks in advance Rahul -- modified at 0:41 Friday 30th March, 2007

      S Offline
      S Offline
      Sendilkumar M
      wrote on last edited by
      #2

      Font and other look-n-feel properties are not the part of message. If you want send those too send as rich text format instead of sending just text.

      M.Sendilkumar

      R 1 Reply Last reply
      0
      • S Sendilkumar M

        Font and other look-n-feel properties are not the part of message. If you want send those too send as rich text format instead of sending just text.

        M.Sendilkumar

        R Offline
        R Offline
        Rahul Babu
        wrote on last edited by
        #3

        ya same thing .... how to send data in rich text format

        C 1 Reply Last reply
        0
        • R Rahul Babu

          ya same thing .... how to send data in rich text format

          C Offline
          C Offline
          Colin Angus Mackay
          wrote on last edited by
          #4

          Rahul Babu wrote:

          how to send data in rich text format

          Like everything you send on a socket, it is just a sequence of bytes. You get the RTF string and send it as a series of bytes.


          Upcoming events: * Edinburgh: Web Security Conference Day for Windows Developers (12th April) * Glasgow: Introduction to AJAX (2nd May), SQL Server, Mock Objects My website

          S 2 Replies Last reply
          0
          • C Colin Angus Mackay

            Rahul Babu wrote:

            how to send data in rich text format

            Like everything you send on a socket, it is just a sequence of bytes. You get the RTF string and send it as a series of bytes.


            Upcoming events: * Edinburgh: Web Security Conference Day for Windows Developers (12th April) * Glasgow: Introduction to AJAX (2nd May), SQL Server, Mock Objects My website

            S Offline
            S Offline
            Sendilkumar M
            wrote on last edited by
            #5

            Yes exactly.

            M.Sendilkumar

            1 Reply Last reply
            0
            • C Colin Angus Mackay

              Rahul Babu wrote:

              how to send data in rich text format

              Like everything you send on a socket, it is just a sequence of bytes. You get the RTF string and send it as a series of bytes.


              Upcoming events: * Edinburgh: Web Security Conference Day for Windows Developers (12th April) * Glasgow: Introduction to AJAX (2nd May), SQL Server, Mock Objects My website

              S Offline
              S Offline
              Sendilkumar M
              wrote on last edited by
              #6

              Use Rich Text box to type message which you want to send.And use RichTextBox1.rtf,not Text.

              M.Sendilkumar

              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