I need WinForms function which displays promp and asks single field from
user, like
string res = Util.InputBox( "Enter value" );
How to implement this ?
Andrus.
user, like
string res = Util.InputBox( "Enter value" );
How to implement this ?
Andrus.
Comment