Hi all,

I used InputBox for input in VB6. Which class I can use in .Net? Thanks!

Best Regards

Re: which class for InputBox by Ed

Ed
Wed Nov 19 22:07:46 CST 2003

Microsoft.VisualBasic.InputBox


"Enosh Chang" <enosh@innovate.com.tw> wrote in message
news:eJ59C9wrDHA.1744@TK2MSFTNGP12.phx.gbl...
> Hi all,
>
> I used InputBox for input in VB6. Which class I can use in .Net? Thanks!
>
> Best Regards
>
>



Re: which class for InputBox by ตยตย

µÂµÂ
Wed Nov 19 23:03:24 CST 2003

but why I can't find Microsoft.VisualBasic.InputBox ?



Re: which class for InputBox by Ed

Ed
Wed Nov 19 23:24:28 CST 2003

You may need to add a reference to Microsoft.Visual Basic .NET Runtime (in
MicrosoftVisualBasic.dll). If you create a new Windows Forms project in VB
(I'm using VS03 so I can't speak for VS02) it'll just be there.

"µÂµÂ" <daimy@21cn.com> wrote in message
news:%23eAg$MyrDHA.1744@TK2MSFTNGP12.phx.gbl...
> but why I can't find Microsoft.VisualBasic.InputBox ?
>
>



Re: which class for InputBox by ตยตย

µÂµÂ
Wed Nov 19 23:36:37 CST 2003

i use c#, and i add reference of MicrosoftVisualBasic.dll
but i can't find InputBox method



Re: which class for InputBox by Ed

Ed
Wed Nov 19 23:43:07 CST 2003

Oh, I see. I'm not sure how to do it outside VB.

"µÂµÂ" <daimy@21cn.com> wrote in message
news:exBFjfyrDHA.572@TK2MSFTNGP11.phx.gbl...
> i use c#, and i add reference of MicrosoftVisualBasic.dll
> but i can't find InputBox method
>
>