RichEdit: Formatting Text using SendMessage from the Windows' APIs - 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) +----- Thread: RichEdit: Formatting Text using SendMessage from the Windows' APIs (/showthread.php?tid=65363) RichEdit: Formatting Text using SendMessage from the Windows' APIs by whiles on 08-25-2006 at 09:55 AM
Hi everyone, RE: RichEdit looks like... not rich by RaceProUK on 08-25-2006 at 10:25 AM It sounds to me like the RichEdit is being replaced with a standard textbox, or somehow the RichEdit part is being turned off. Doible-check all the changes you made, make sure you haven't screwed anything up. RE: RichEdit looks like... not rich by Dempsey on 08-25-2006 at 10:31 AM Looked like someone else had a similar problem: Rich Edit Control RE: RichEdit looks like... not rich by Eljay on 08-25-2006 at 11:12 AM
inside the rich control <Attributes> tag add the following: code: RE: RichEdit looks like... not rich by whiles on 08-25-2006 at 04:17 PM
I've tried to simplify the function but it still doesn't work; the richedit is rich, but the message make nothing! : http://pastebin.com/775737 . RichEdit: Formatting Text using SendMessage from the Windows' APIs by whiles on 08-26-2006 at 08:34 AM can somebody help me please? RichEdit: Formatting Text using SendMessage from the Windows' APIs by whiles on 08-27-2006 at 08:50 PM
I re-explane the problem, if anybody don't understood it: code: The problem is: the function return 0 (error), but i can't define what is this error. The richEdit is rich because I fixed the previus problem (thanks to Eljay). I think is an error on the definition of the structure because i tried to send a message simplier than this and it works (than the function send the message)! I hope you can help me. Thanks. RE: RichEdit: Formatting Text using SendMessage from the Windows' APIs by matty on 08-27-2006 at 09:03 PM If you want to zip up the entire project and post it here I will take a look at it for ya. RE: RE: RichEdit: Formatting Text using SendMessage from the Windows' APIs by whiles on 08-28-2006 at 07:08 AM
quote: Yes, i've attached it. I've arrange the script with comments and the MSDN documentation to render the script more readable. Thanks. |