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. Web Development
  3. ASP.NET
  4. Sending emoticons between 2 applications

Sending emoticons between 2 applications

Scheduled Pinned Locked Moved ASP.NET
mobilequestiondiscussionlounge
2 Posts 2 Posters 1 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.
  • E Offline
    E Offline
    Eagle32
    wrote on last edited by
    #1

    Hi, I am creating a TCP Chat application using Asynchronous method calls and I have created 2 applications, one of which is a mobile app that runs on a PDA and the other on a desktop pc. At the moment i can send text back and forth but i would like to send emoticons too. I am using a richtextbox, how could i go about doing this? I would appreciate your thoughts and advice. Thanks,

    L 1 Reply Last reply
    0
    • E Eagle32

      Hi, I am creating a TCP Chat application using Asynchronous method calls and I have created 2 applications, one of which is a mobile app that runs on a PDA and the other on a desktop pc. At the moment i can send text back and forth but i would like to send emoticons too. I am using a richtextbox, how could i go about doing this? I would appreciate your thoughts and advice. Thanks,

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

      Eagle32 wrote:

      I am using a richtextbox, how could i go about doing this?

      How about using some textual representation of the emoticon? Suppose you have a :laugh:, you could encode this image as :-D, and a :mad: encoded as :-@. Replace the string with the images before display, and replace the images with their respective codes when you want to send/save the message. Would be somewhat similar to coding your own "escape characters".

      I are Troll :suss:

      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