About 8,160,000 results
Open links in new tab
  1. vb.net passing a value of text box to a variable - Stack Overflow

    Feb 18, 2010 · Here I want to assign the value of the text box into tat "SecondName". If it's wrong, please tell me the correct way to write this statement.

  2. Interaction.InputBox (String, String, String, Int32, Int32) Method ...

    Displays a prompt in a dialog box, waits for the user to input text or click a button, and then returns a string containing the contents of the text box. This example shows various ways to …

  3. Assigning Textbox text to Variables in VB NET - Home and Learn

    Instead putting direct text into your variables, such as "Bill" or "Gates", you can get text from a textbox and put that straight into your variables. We'll see how that's done now. First, do this: …

  4. Lesson 12 : MsgBox and InputBox - Visual Basic Tutorial

    May 25, 2020 · An InputBox( ) function will display a message box where the user can enter a value or a message in the form of text. In VB2005, you can use the following format: …

  5. vb.net - How to get text and a variable in a messagebox - Stack Overflow

    Dec 25, 2011 · I just need to know how to have plain text and a variable in a messagebox. For example: I can do this: MsgBox(variable) And I can do this: MsgBox("Variable = ") But I can't …

  6. Assigning Textbox text to your Variables - Ferit Gezgil

    Getting text from Visual Basic NET textboxes and into a string variable. Instead putting direct text into your variables, such as "Bill" or "Gates", you can get text from a textbox and put that …

  7. VB.NET User Input - CodersLegacy

    VB.NET offers a variety of ways for you to take input from the user. Here, we'll discuss three functions, the Read(), ReadLine() and ReadKey() function.

  8. How to programmatically set the TextBox value and get ... - HowtoASP.NET

    May 10, 2025 · How to programmatically set the TextBox value and get the TextBox value in ASP.NET in VB.NET The next example uses a test.aspx page named …

  9. How to: Move Data Into and Out of a Variable - Visual Basic

    Sep 15, 2021 · Use the variable name following the equal (=) sign in an assignment statement. The following example reads the value of the variable startValue and then uses the value of …

  10. VB.NET How does one read a textbox into a string and use the …

    Dec 25, 2011 · To retrieve text from a textbox, you can use the TextBox.Text property and store that value into a String. To save that String to a file, you can use …

  11. Some results have been removed
Refresh