What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » WLM Plus! Help » Big initial in a message

Big initial in a message
Author: Message:
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: Big initial in a message
code:
Function talker(strInput)
   If strInput <> "" then
      If InStr(1, "abcdefghijklmnopqrstuvwxyz", Left(strInput, 1)) Then
         talker = UCase(Left(strInput, 1)) + Right(strInput, Len(strInput) - 1)
      Else: talker = strInput
      End If
   Else: talker = ""
   End If
End Function

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

.zip File Attachment: talker.capital.zip (300 bytes)
This file has been downloaded 168 time(s).

This post was edited on 10-15-2004 at 06:01 PM by matty.
10-15-2004 05:51 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Big initial in a message - by zhorty on 10-02-2004 at 12:28 AM
RE: Big initial in a message - by CookieRevised on 10-02-2004 at 01:11 AM
RE: Big initial in a message - by zhorty on 10-15-2004 at 04:46 PM
RE: Big initial in a message - by crank on 10-15-2004 at 05:15 PM
RE: Big initial in a message - by matty on 10-15-2004 at 05:51 PM
RE: Big initial in a message - by zhorty on 10-15-2004 at 06:50 PM
RE: Big initial in a message - by zhorty on 10-15-2004 at 06:51 PM
RE: Big initial in a message - by matty on 10-15-2004 at 06:54 PM
RE: RE: Big initial in a message - by zhorty on 10-15-2004 at 07:08 PM
RE: RE: Big initial in a message - by CookieRevised on 10-15-2004 at 11:55 PM
RE: Big initial in a message - by Concord Dawn on 10-16-2004 at 04:25 AM
RE: Big initial in a message - by CookieRevised on 10-16-2004 at 02:55 PM
RE: Big initial in a message - by Spanker on 10-16-2004 at 04:37 PM
RE: RE: Big initial in a message - by Leif on 10-17-2004 at 12:38 AM
RE: Big initial in a message - by CookieRevised on 10-17-2004 at 12:28 AM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On