Input Dialog In C# ?????

kashif08

Newcomer
Joined
Jun 7, 2009
Messages
2
Hi . . . . .

As in VB6, there was an input dialog box through which we can get input from the user. Is there anything similar in windows forms using C#?????

:confused:
 
It is probably easier to create your own dialog rather than use the Inputbox (and the inputbox itself always looked naff and had usability issues).

If you really need it though you could add a reference to the Microsoft.VisualBasic.dll and it is available through there.
 
Hmmm . . . . . Well I am studying and learning C#, and I actually made a custom control to input from user, but one friend of mine asked me if we have some input box in c#, so I asked mainly for information, thanks b.t.w
 
Back
Top