.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

haskell - Using filter on an item in a list? -

c# - When does PreApplicationStartMethod actually get triggered to run? -

tomcat6 - Exception when stopping container for a with Spring + Quartz + Tomcat web application -