|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
.net input box"cj" <cj@nospam.nospam> schrieb: 'Microsoft.VisualBasic.Interaction.InputBox' ('InputBox').> What's the .net (2003) "replacement" for the input box function? -- M S Herfried K. Wagner M V P <URL:http://dotnet.mvps.org/> V B <URL:http://classicvb.org/petition/> That looks like the same thing as microsoft.visualbasic.inputbox
I thought microsoft.visualbasic were the old VB6 style commands and they were considered outdated. For that matter I don't import any namespaces but I can just say inputbox and it works instead of having to say microsoft.visualbasic.inputbox or visualbasic.inputbox. I want to do things the vb2003 way and I understood inputbox was a classic vb command so I wanted to know the new way of achieving this functionality. Herfried K. Wagner [MVP] wrote: Show quoteHide quote > "cj" <cj@nospam.nospam> schrieb: >> What's the .net (2003) "replacement" for the input box function? > > 'Microsoft.VisualBasic.Interaction.InputBox' ('InputBox'). > there really is none, you have to make your own
Show quoteHide quote "cj" <cj@nospam.nospam> wrote in message news:OpX%23PW0TGHA.5108@TK2MSFTNGP11.phx.gbl... > That looks like the same thing as microsoft.visualbasic.inputbox > > I thought microsoft.visualbasic were the old VB6 style commands and they > were considered outdated. > > For that matter I don't import any namespaces but I can just say inputbox > and it works instead of having to say microsoft.visualbasic.inputbox or > visualbasic.inputbox. > > I want to do things the vb2003 way and I understood inputbox was a classic > vb command so I wanted to know the new way of achieving this > functionality. > > > Herfried K. Wagner [MVP] wrote: >> "cj" <cj@nospam.nospam> schrieb: >>> What's the .net (2003) "replacement" for the input box function? >> >> 'Microsoft.VisualBasic.Interaction.InputBox' ('InputBox'). >> "cj" <cj@nospam.nospam> schrieb: No, "Microsoft.VisualBasic.dll" is neither outdated nor obsolete or > That looks like the same thing as microsoft.visualbasic.inputbox > > I thought microsoft.visualbasic were the old VB6 style commands and they > were considered outdated. deprecated. It's a first-class library for use with VB.NET. I think you are mixing up "Microsoft.VisualBasic.dll" with "Microsoft.VisualBasic.Compatibility.dll". > I want to do things the vb2003 way and I understood inputbox was a classic The .NET Framework's class library doesn't contain an equivalent function or > vb command so I wanted to know the new way of achieving this > functionality. class. I suggest to use 'InputBox'. -- M S Herfried K. Wagner M V P <URL:http://dotnet.mvps.org/> V B <URL:http://classicvb.org/petition/> Your right. I was confusing it with .compatibility. Glad to hear
inputbox is still a perfectly acceptable way to do things. Thanks for letting me know. Herfried K. Wagner [MVP] wrote: Show quoteHide quote > "cj" <cj@nospam.nospam> schrieb: >> That looks like the same thing as microsoft.visualbasic.inputbox >> >> I thought microsoft.visualbasic were the old VB6 style commands and >> they were considered outdated. > > No, "Microsoft.VisualBasic.dll" is neither outdated nor obsolete or > deprecated. It's a first-class library for use with VB.NET. I think > you are mixing up "Microsoft.VisualBasic.dll" with > "Microsoft.VisualBasic.Compatibility.dll". > >> I want to do things the vb2003 way and I understood inputbox was a >> classic vb command so I wanted to know the new way of achieving this >> functionality. > > The .NET Framework's class library doesn't contain an equivalent > function or class. I suggest to use 'InputBox'. >
need help on bitblt
Installation Error: Application validation did not succeed. Unable to continue what is Xtreme Sample Database Serializing custom properties on a BindingList. BackgroundWorker and 'freezing' application Small bit of code from VB6 to VB.net - desperate need of help How display Result from sqlCommand select in the Datagridview Multithreading and ActiveX Icon how to capture print message |
|||||||||||||||||||||||