Software Development Network>> Visual Basic>> i forget what s the name of input message box
they removed that from .net
it s only in vb any reason
Hi,
Dim response As String
response=InputBox("Please enter your name.")
Regards,
S_DS
What is your follow up question It is there as Nogchoco states (if you need a quick and dirty way of getting a simple input while testing). There really isn't a necessity for it in the core .NET framework.
i forget what s the name of input message box
Peter Cwik
mentas
they removed that from .net
it s only in vb any reason
lookat
Hi,
Dim response As String
response=InputBox("Please enter your name.")
Regards,
S_DS
laurag
What is your follow up question It is there as Nogchoco states (if you need a quick and dirty way of getting a simple input while testing). There really isn't a necessity for it in the core .NET framework.