3
Answers

popup inputbox in c#

Hi C# experts

My inputbox appears on the task bar instead of appearing in the center;
i even tried this:
string s = Interaction.InputBox("Enter name", "Name", "", 100, 100);




Answers (3)