Click here to Skip to main content
15,885,278 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello guys,

I want to show a messagebox containing a textbox. Can anybody help me, please? I was looking for
C#
InputBox
but I don't know what library to use.


Thank you for every help.


Greetings from
Epanjohura
Posted
Updated 2-Jul-13 3:43am
v2
Comments
[no name] 2-Jul-13 9:44am    
InputBox is a Visual Basic thing.
epanjohura 2-Jul-13 9:45am    
okay, now I know why i never found something like that.. do you know how to create such a messagebox?

You can use the inputbox from vb in c# as follows:

1. Add Microsoft.VisualBasic Refference to your solution.
2. using Microsoft.VisualBasic
3. Microsoft.VisualBasic.Interaction.Inputbox(message)

And that should do it
 
Share this answer
 
Comments
epanjohura 3-Jul-13 6:34am    
thank you so much, it worked :)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900