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);
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
VulpesPosted Apr 28, 2011, 2:10 PM
VulpesPosted Apr 28, 2011, 12:21 PM
Abhimanyu K VatsaPosted Apr 28, 2011, 11:58 AM
Well, screen resolution is plays little complexity with inputbox here. You should try by asking resolution like 1024 x 768. then
(,,,512,384)
Hope this helps