kashif08 Posted June 7, 2009 Posted June 7, 2009 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: Quote
Administrators PlausiblyDamp Posted June 7, 2009 Administrators Posted June 7, 2009 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. Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
kashif08 Posted June 8, 2009 Author Posted June 8, 2009 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 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.