Results 1 to 2 of 2

Thread: How to add emoji png's to an Entry control or Custom Entry Control

  1. #1

    Thread Starter
    Fanatic Member vuyiswamb's Avatar
    Join Date
    Jan 2007
    Location
    South Africa
    Posts
    829

    How to add emoji png's to an Entry control or Custom Entry Control

    Good Day All

    The emoji's that are used on whatsup are Unicode characters judging from the high quality graphics that get displayed on the chat area and also on the text entry where a selected emoji is displayed before the message is sent. i would like to have a text entry that can allow me to put a png of emoji in an entry or custom entry control and also include text when text are there as depicted below

    Name:  helloworld.jpg
Views: 981
Size:  3.9 KB

    how can i make this possible

    thanks

  2. #2

    Re: How to add emoji png's to an Entry control or Custom Entry Control

    Hey,
    You can set bellow code on button click event.

    Code:
    public void Button_Clicked(object sender, EventArgs e)
            {
                txtemoji.Text += "\uE412";
            }

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width