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.
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.
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.
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.
If you want, you can do what C/C++ programmers always had to do, and
what C# programmers probably do now (since the Microsoft.Visualbasic
namespace smells bad to them) - create your own class that has the same
functionality. Then you can make the form look however you want.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.