Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

winforms input box

string input = Microsoft.VisualBasic.Interaction.InputBox("Prompt", 
                       "Title", 
                       "Default", 
                       0, 
                       0);
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #winforms #input #box
ADD COMMENT
Topic
Name
2+1 =