-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
I have made an iphone application that allows users to send text messages for free to any mobile. I want to allow users to add emoticons into their message from standard set provided by me. What might be the best possible solution for this scenario?
regards
ayaz Alavi
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello,
I have a grep expression using cygwin grep on Win.
grep -a "\\,,/\|\\m/\|\\m/\\>\.</\\m/\|:u" all_fbs.txt > rockon_fbs.txt
Once I identify the emoticon class, however, I want to strip them out of the data. However, the same regexp above within a sed results in a syntax error (yes…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I need to show a Label with emoticons included already in the blackbery interface, with flags, etc.
>>> More
-
as seen on Super User
- Search for 'Super User'
Whenever you paste code into Office Communicator, it decides to convert half of your code into emoticons. I'd like to prevent this from happening, so the other side can read the code, and copy it as well.
There is an option to turn off showing emoticons in your conversation window, but I don't…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm developing a text editor class (for a chat application) based on CRichEditCtrl (MFC) with emoticon support.
After i load the emoticon's bitmap, I use the function OleCreateStaticFromData to insert it into CRichEditCtrl. After that i just delete the bitmap object allocated by myself. I can verify…
>>> More