c++ My Form button_Click convert Unicode to emoji?

Dec 12, 2020 at 5:31pm
hello everyone how all !!

please can anyone help me to do that .... I have this form just for test hhhh =D

https://i.stack.imgur.com/3YCfn.png

I want when click on button 1 convert this Unicode for example << \ud83d\ude01 >> to emoji how I can do that by c++ ??

like this :

https://i.stack.imgur.com/VZFw3.png
Last edited on Dec 12, 2020 at 6:51pm
Dec 12, 2020 at 9:03pm
its just a lookup table -- make a table of images and draw the image required for the character(s) that match it (so a map of string to image would be straightforward).

your GUI (whatever is giving you buttons to mash) should also support simple images drawn into a window.
Dec 13, 2020 at 11:59am
@jonnin bro can you tell me how I can fix this error please ??

https://i.postimg.cc/TPBVRj6C/Untitled.png

<< System.Resources.MissingManifestResourceException: 'Could not find any resources appropriate for the specified culture or the neutral culture. Make sure "CppCLRWinformsProjekt.Form1.resources" was correctly embedded or linked into assembly "Emoji_Keybord" at compile time, or that all the satellite assemblies required are loadable and fully signed.' >>
Dec 13, 2020 at 10:17pm
You are trying to access something you did not put into the program, similar to calling a library function with just the header and forgetting the lib file.
I don't know exactly what or where you did that; the IDE should be in the place where it was broken so whatever line it stops on is trying to access something you don't have. Did you copy something from somewhere else and just shove the code in? That rarely works in GUI programming.
Last edited on Dec 13, 2020 at 10:17pm
Dec 14, 2020 at 9:58am
@jonnin

No I didn't bro !! but I use vs 2019 and I install extensions for create "CppCLR_WinformsProjekt1" like he do in this video :

https://www.youtube.com/watch?v=gB51Tla5pPI
Dec 14, 2020 at 11:35am
@jonnin

Okay Okay bro I found solution for it Thank you so much for all ❤️
Topic archived. No new replies allowed.