Multiline Nickname Without Plus! |
Author: |
Message: |
matty
Scripting Guru
Posts: 8336 Reputation: 109
39 / /
Joined: Dec 2002
Status: Away
|
O.P. Multiline Nickname Without Plus!
Just in case you guys all wanted to know something very interesting, we no longer need Messenger Plus! to create Multiline Nicknames as we can do it with Messenger itself with a bit of tweaking tho.
Download ResHack from here and do the following.
Open the msglang.dll file
Open the Dialog section
Locate Dialog number 202
(It is the 5th control in the list)
code: CONTROL "", 1138, EDIT, ES_LEFT | ES_AUTOHSCROLL | WS_CHILD | WS_VISIBLE | WS_BORDER | WS_TABSTOP, 41, 32, 173, 14
to
code: CONTROL "", 1138, EDIT, ES_LEFT | ES_MULTILINE | ES_AUTOHSCROLL | ES_WANTRETURN | WS_CHILD | WS_VISIBLE | WS_BORDER | WS_VSCROLL | WS_TABSTOP, 42, 30, 205, 20
(It is the 5th control in the list)
Now when using the multiline you press CTRL+Enter to skip to a new line. Enjoy everyone
Attachment: MultiLine Nick Name.gif (14.12 KB)
This file has been downloaded 485 time(s).
This post was edited on 07-04-2004 at 05:40 PM by matty.
|
|
05-22-2004 12:02 AM |
|
|
Shadows_death69
Senior Member
Shadow lies within~
Posts: 563
38 / / –
Joined: Jun 2003
|
RE: Multiline Nickname Without Plus!
Very fascinating thanks Matty!
|
|
05-22-2004 12:13 AM |
|
|
weirdal27
Full Member
Mostly Harmless
Posts: 170
– / / –
Joined: Jan 2004
|
RE: Multiline Nickname Without Plus!
thats cool
too bad you gotta press ctrl enter instead of just enter
|
|
05-22-2004 12:43 AM |
|
|
matty
Scripting Guru
Posts: 8336 Reputation: 109
39 / /
Joined: Dec 2002
Status: Away
|
O.P. RE: Multiline Nickname Without Plus!
quote: Originally posted by weirdal27
thats cool
too bad you gotta press ctrl enter instead of just enter
Ya its a limitation I cannot change, as you see the OK button is default
|
|
05-22-2004 01:04 AM |
|
|
Sk3tch
Veteran Member
We are Samurai, the keyboard cowboys
Posts: 1675 Reputation: 4
38 / / –
Joined: Jul 2003
|
RE: Multiline Nickname Without Plus!
quote: Originally posted by Matty.
quote: Originally posted by weirdal27
thats cool
too bad you gotta press ctrl enter instead of just enter
Ya its a limitation I cannot change, as you see the OK button is default
I wrote a tutorial a while ago similar to this explaining the same thing, but i think it also explained how to do it so when you press enter it only moves to the next line, and doesn't submit the name.
It was on the skinning forums under the tutorials section if you can find it...
|
|
05-22-2004 01:42 AM |
|
|
EvilSeph
Veteran Member
Posts: 1717 Reputation: 37
– / / –
Joined: Oct 2002
|
RE: Multiline Nickname Without Plus!
Simple, old, but simple.
Add "ES_WANTRETURN" after " | ES_AUTOHSCROLL | ". That should fix the ctrl + enter "limitation" =)
|
|
05-22-2004 05:46 AM |
|
|
dimensionsurfer
New Member
Stewart Gilligan Griffin
Posts: 5
37 / / –
Joined: Jul 2003
|
RE: Multiline Nickname Without Plus!
Mine has always been
code: CONTROL "", 1138, EDIT, ES_LEFT | ES_MULTILINE | ES_AUTOVSCROLL | ES_AUTOHSCROLL | ES_WANTRETURN | WS_CHILD | WS_VISIBLE | WS_BORDER | WS_TABSTOP, 41, 15, 173, 31
Attachment: multiline.jpg (63.67 KB)
This file has been downloaded 385 time(s).
This post was edited on 05-27-2004 at 07:12 AM by dimensionsurfer.
|
|
05-27-2004 07:09 AM |
|
|
user27089
Disabled Account
Posts: 6321
Joined: Nov 2003
Status: Away
|
RE: Multiline Nickname Without Plus!
i'm sure that many of these have been made, don't you just reshack the basic msn program .dll or sumit, cause i bet hundreds have been made, i've got a couple of different ones, by sparky and sum utha ppl
|
|
05-27-2004 07:34 AM |
|
|
CookieRevised
Elite Member
Posts: 15517 Reputation: 173
– / /
Joined: Jul 2003
Status: Away
|
RE: Multiline Nickname Without Plus!
quote: Originally posted by traxor
i'm sure that many of these have been made, don't you just reshack the basic msn program .dll or sumit, cause i bet hundreds have been made, i've got a couple of different ones, by sparky and sum utha ppl
Reread the thread (and the very first post), It's all about reshack. The posters are only telling WHAT to change, so you can do it yourself without the aid of all those patches... quote: Originally posted by Matty.
Download ResHack from here and do the following.
In other words, start reading (whole) threads instead of asking things already said/solved/etc and spam...
This post was edited on 05-28-2004 at 02:32 PM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
|
|
05-27-2004 09:48 AM |
|
|
|