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