![]() Help: How to insert custom emoticons into conversation window - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4) +---- Forum: Scripting (/forumdisplay.php?fid=39) +----- Forum: Plug-Ins (/forumdisplay.php?fid=28) +------ Thread: Help: How to insert custom emoticons into conversation window (/showthread.php?tid=53370) Help: How to insert custom emoticons into conversation window by Londave on 11-27-2005 at 11:15 AM
I need your help to work on a plug-in. RE: Help: How to insert custom emoticons into conversation window by RooJ on 11-27-2005 at 02:51 PM
Not that this is much help but im looking for the same type of thing, i need to know how to interact with the conversation window in order to save extra text there. RE: Help: How to insert custom emoticons into conversation window by matty on 11-27-2005 at 03:46 PM
If it is for personal use you can check out this post of mine: Matty's reply to Change message limit (Can only be used on Windows 2000/XP+) RE: Help: How to insert custom emoticons into conversation window by RooJ on 11-27-2005 at 07:53 PM
Matty, RE: Help: How to insert custom emoticons into conversation window by matty on 11-27-2005 at 08:14 PM No you cannot directly add text to the History without sending it through the RichEdit control. There are Win32API calls you can use to add the gif file as a Custom Emoticon but it requires the contactlist window to be shown. RE: Help: How to insert custom emoticons into conversation window by cardshark on 11-28-2005 at 04:04 AM
Londave, are you wanting to just use a personal smilie in a standard conversation (ie like clicking an MSN emoticon to put it in the convo with text)? If so, all you have to do is to click on the smilie button (in a conversation window), go to more, click "Create" and follow the steps there. That will allow you to insert the smilie into the conversation and to be reused at a later date. As long as your contact also has MSN 7.0 or above (maybe even an earlier version) they should be able to see the smilie. RE: Help: How to insert custom emoticons into conversation window by matty on 11-28-2005 at 04:21 AM
quote: Just so you know, the plugins forum is for coding a procedure not how to do it yourself. RE: Help: How to insert custom emoticons into conversation window by Londave on 11-29-2005 at 07:13 AM
It's a pity, but IAccessible interface does not allow inserting images, only text. So we need direct access to RichEdit control in the Conversation window. But it's wrapped by DirectUIHWND class and does not have a windows handle. It's a real headache... |