.net - Display a dialogbox with a text input in C# -


possible duplicate:
which control use quick text input (inputbox)?

i need display dialog box contains input text let user type , press ok, can read typed text , other things.

is there knows name of ?

you can use inputbox vb6 referencing dll. here link on how in c#:

http://www.codeproject.com/kb/edit/inputbox.aspx


Comments

Popular posts from this blog

c++ - error: use of deleted function -

delphi - ESC/P programming! -

c# - how to write client side events functions for the combobox items -