From: Oronno on
When I working with C# GUI Programming, I astonished by finding that there is no "simple input dialog box" option in C# like in java: JOptionPane.showInputDialog()

If you still need a Simple Input Dialog Box, then add SimpleInputDialog.cs file to ur project, found here: http://www.oronno.co.cc/C-Sharp-Tips-and-Tutorials.php
and Now, simply ask user to give input text by following line....
String inputMessage = InputDialogBox.Show("Enter Text:");

From http://www.developmentnow.com/g/36_2005_10_0_0_609742/Simple-Input-Dialog.htm

Posted via DevelopmentNow.com Groups
http://www.developmentnow.com/g/
 | 
Pages: 1
Prev: siaqodb
Next: Binding a Textbox to a property