C
cj
What's the .net (2003) "replacement" for the input box function?
cj said:What's the .net (2003) "replacement" for the input box function?
cj said: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.
cj said: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.
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.
cj said: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.