What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Is it possible to limit the length of an EditControl?

Is it possible to limit the length of an EditControl?
Author: Message:
felipEx
Scripting Contest Winner
***


Posts: 378
Reputation: 24
35 / Male / Flag
Joined: Jun 2006
RE: Is it possible to limit the length of an EditControl?
quote:
Originally posted by MeEtc
I'm wondering if its possible to make a maximum length of the number of characters that is possible to type into a text box?


something like this?  =]

code:
PlusWnd.SendControlMessage("YourEditControlId", 0xC5 /*EM_LIMITTEXT*/, 6 /*new length*/, 0);

This post was edited on 10-21-2007 at 10:02 PM by felipEx.
10-21-2007 10:01 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Is it possible to limit the length of an EditControl? - by MeEtc on 10-21-2007 at 07:38 PM
RE: Is it possible to limit the length of an EditControl? - by vikke on 10-21-2007 at 07:50 PM
RE: Is it possible to limit the length of an EditControl? - by Mike on 10-21-2007 at 09:22 PM
RE: Is it possible to limit the length of an EditControl? - by TYL3R on 10-21-2007 at 09:40 PM
RE: Is it possible to limit the length of an EditControl? - by MeEtc on 10-21-2007 at 09:47 PM
RE: Is it possible to limit the length of an EditControl? - by deAd on 10-21-2007 at 09:56 PM
RE: Is it possible to limit the length of an EditControl? - by MeEtc on 10-21-2007 at 09:58 PM
RE: RE: Is it possible to limit the length of an EditControl? - by deAd on 10-21-2007 at 10:27 PM
RE: Is it possible to limit the length of an EditControl? - by felipEx on 10-21-2007 at 10:01 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