answersLogoWhite

0

1. Make a textbox with a " in it.

2. Dim quotation As String = TextBox1.Text

3. To say "Hello" use - MsgBox(quotation & "Hello" & quotation)

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

What is the code used to display the words Visual Basic in a label named TitleLabel?

msgbox(TitleLabel.text)


How do you display current website in a textbox in Visual Basic?

Your_Textbox_Name.text = Your_WebBrowser_Name.url.tosrtingordim url as stringurl = Your_WebBrowser_Name.url.tostringYour_Textbox_Name.text = url


What is visual basic control?

Visual Basic Controls work on Visual Studio for Visual Basic and Applications that made by Visual Basic.


What is Visual display of data?

A visual display of data is called a chart, table or a graph.


What is a visual display unit?

Visual display unit is the British term for visual display. Basically, this refers to the output of an electronic device through a screen or monitor. A TV screen and a monitor of a desktop computer are both visual display units.


How do you do a 7 segment display in visual basic?

To create a 7-segment display in Visual Basic, you can use a combination of labels or picture boxes to represent each segment of the display. You need to define the segments (A to G) and control their visibility based on the number you want to display. For example, to show the number "3," you would set the relevant segments to visible. You can achieve this by using an array or individual controls, and updating their properties based on the input value.


The control that is used to display text in other parts of a visual basic application?

Text box.


The year of invention of visual basic?

Visual Basic was started in 1991.


Who invented the visual basic?

Visual Basic was created by a team at Microsoft.


Who developed visual basic?

Microsoft is the developer of visual basic


What is a visual display of data 5 letter word?

A visual display of data is a table or a graph.


What is the difference between visual basic and visual c?

The programming language: Visual Basic is a BASIC-like (or BASIC-derived) language, Visual C is... well C.