I'm looking for a custom control that can let me invoke the following message type.
http://extjs.com/deploy/dev/examples/message-box/msg-box.html
Is there a control that works like a text application in a .NET application?
I know that exactly this may not be possible, but the main functions I'm looking for here is to return the value of the clicked button and the user value entered by the user in the code.
I also started to work on this, but hardly luck so far .. any direction in this case will also be very useful.
source
share