What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Replace EditText

Replace EditText
Author: Message:
ChristianAMD3000
New Member
*


Posts: 4
Joined: Aug 2006
O.P. RE: Replace EditText
uh!! its working fine.. but too much big ;)
and i cant replace Characters
eg. if  m -> Ma
         ma -> something else..


but i solve it with a simple logik


var meinText ='';
var VK_0 ='';
OnEvent_ChatWndEditKeyDown(ChatWnd,KeyCode)
{

  VK_0 = 32;
  meinText = ChatWnd.EditText;

  If (KeyCode == VK_0) // if i press space the word will be replaced ;)
   {
    meinText = meinText.Replace...............ect;
    ChatWnd.EditText = Text;
    }
}

it was 3'O Clock when i finished ;)

thx a lot 4 all

gruß
Christian

PS: once more ques.. I'm Delphi user can i use Delphi Codes here???8-)
08-28-2006 05:10 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Replace EditText - by ChristianAMD3000 on 08-27-2006 at 10:38 PM
RE: Replace EditText - by mickael9 on 08-28-2006 at 03:31 AM
RE: Replace EditText - by RaceProUK on 08-28-2006 at 03:11 PM
RE: Replace EditText - by ChristianAMD3000 on 08-28-2006 at 05:10 PM
RE: Replace EditText - by RaceProUK on 08-28-2006 at 09:47 PM


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