Message Box with an input field
is there any way to show a messagebox with an input field so that the user can input the data in there rather than showing a custom page to input only a bit of information???
Archive: Message Box with an input field
Message Box with an input field
is there any way to show a messagebox with an input field so that the user can input the data in there rather than showing a custom page to input only a bit of information???
Easiest solution would be to write a small plug-in in C++.
Stu
but the thing is i dont know C++. are there any system functions i can call??
I think the Dialogs plug-in can do it.
http://nsis.sourceforge.net/Dialogs_plug-in
thanks alot. that plug-in is exactly what i was looking for.:D