3
Reply

popup inputbox in c#

Andile Choko

Andile Choko

Apr 28 2011 11:47 AM
4.2k
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)