it sure can be enlarged.
simply open msgslang.dll in reshacker and do one of the following:
1. go to Dialog, 202, 1033
then go to the tenth line down
2.or search for "type your name" ("typ je naam" in your case
) and go to the line beneath it
which should read:
CONTROL "", 1138, EDIT, ES_LEFT | ES_AUTOHSCROLL | WS_CHILD | WS_VISIBLE | WS_BORDER | WS_TABSTOP, 21, 31, 87, 14
simply change the 87 (second to the end) to 173 so it looks like:
CONTROL "", 1138, EDIT, ES_LEFT | ES_AUTOHSCROLL | WS_CHILD | WS_VISIBLE | WS_BORDER | WS_TABSTOP, 21, 31, 173, 14
This should do it
Enjoy
HD
Edit: changed answer layout