Big initial in a message - 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: WLM Plus! Help (/forumdisplay.php?fid=12) +----- Thread: Big initial in a message (/showthread.php?tid=32364) Big initial in a message by zhorty on 10-02-2004 at 12:28 AM
Hello. RE: Big initial in a message by CookieRevised on 10-02-2004 at 01:11 AM
Not possible, in a sense that you can't change the font in a message for only certain words/characters. You can only change the font for the whole message. code: Edited by Chrono: Cookie th3 n00b doesnt know how to use bbcode Edited by Cookie: What? Who? Where? RE: Big initial in a message by zhorty on 10-15-2004 at 04:46 PM
Hello. RE: Big initial in a message by crank on 10-15-2004 at 05:15 PM
Do You Mean Like This?? RE: Big initial in a message by matty on 10-15-2004 at 05:51 PM
code: Extract the file to C:\Program Files\Messenger Plus! 3\Plugins\StuffPlug-NG or whereever you have installed Messenger Plus! to. In a conversation window type in /xautotalker capital then press enter Close the conversation window and reopen it, now every time you type it will change the first letter to a capital RE: Big initial in a message by zhorty on 10-15-2004 at 06:50 PM That didn't work wery well RE: Big initial in a message by zhorty on 10-15-2004 at 06:51 PM
Ops, i haven't enabled the auto-talker, it worked now. RE: Big initial in a message by matty on 10-15-2004 at 06:54 PM
Your welcome, just next time if you have to make another post, use the button to change what you said. RE: RE: Big initial in a message by zhorty on 10-15-2004 at 07:08 PM
quote:Actually i know about that edit button, and I don't like when people doublepost neither, but I've just visited a forum, and They had disabled the edit button, so I was a little into that forum Gonna remember it next time RE: RE: Big initial in a message by CookieRevised on 10-15-2004 at 11:55 PM
btw quote: This can be much shorter I believe, like so: code:- UCase will only uppercase characters which have an uppercased equivalent, the rest is left alone, so no need for double checking. - The line will also convert a 0-length string to a 0-length string (used by StuffPlug-NG to check for a valid talker). RE: Big initial in a message by Concord Dawn on 10-16-2004 at 04:25 AM Cookie, some advice: If it ain't broke, don't fix it. RE: Big initial in a message by CookieRevised on 10-16-2004 at 02:55 PM
quote:There is also something like: "don't do what a build-in function already does", "don't invent the wheel again", "useless/double coding", "effecienty"... And about the "ain't broke": the function of Matty doesn't uppercase sentences in foreign languages. (eg: "één mooie zomeravond" isn't uppercased; with my function it is) The function of Matty wasn't broken indeed, but it could be slightly improved... RE: Big initial in a message by Spanker on 10-16-2004 at 04:37 PM
o cool RE: Big initial in a message by CookieRevised on 10-17-2004 at 12:28 AM
quote: code:and if you want everything else lowercased replace strTemp = strInput with strTemp = LCase(strInput) RE: RE: Big initial in a message by Leif on 10-17-2004 at 12:38 AM
quote: We Don't Want That, Do We? Looks bloody awful, if you ask me! So don't ask me ... |