inputbox textbox

kaveh rahimi 61 Reputation points
2021-04-11T16:34:42.627+00:00

Hi I want know what is the structure of inputbox() function and textbox control in VS 2017 .NET Framework 4.6.2.
Please tell me

.NET Runtime
.NET Runtime
.NET: Microsoft Technologies based on the .NET software framework.Runtime: An environment required to run apps that aren't compiled to machine language.
1,125 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Castorix31 81,741 Reputation points
    2021-04-11T17:59:10.857+00:00

    What do you mean by the "structure" ?

    See MSDN : Interaction.InputBox for the syntax

    (Assembly: Microsoft.VisualBasic.dll, by default in WinForms)

    0 comments No comments