.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# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -