RichStaticControl TextMode..?? - 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: RichStaticControl TextMode..?? (/showthread.php?tid=81364) RichStaticControl TextMode..?? by bigbob85 on 02-01-2008 at 05:28 AM
Just wondering why RichEditControl interface component has a <TextMode>, and can be set to Rich Text. I cant actuayl use rich text inside the box.. (as in formating and colors). RE: RichStaticControl TextMode..?? by matty on 02-01-2008 at 12:33 PM TexttMode(Rick Text) allows you to use the RichEdit_SetCharFormat function to set the style of the text RE: RichStaticControl TextMode..?? by markee on 02-01-2008 at 01:09 PM Just don't expect to get it all back nicely formatted with colour tags either, you just get the text, no tags. RE: RichStaticControl TextMode..?? by bigbob85 on 02-04-2008 at 12:51 AM Ill just make it all without color tags for now, untill I can get scrollbar working with a richstatic control. |