answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: What is the statement called in visual basic that tests a radio button?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is button in visual basic?

ez beb et b


What is option button in visual basic?

ez beb et b


What is the syntax for if statement in visual basic?

The basic structure of an IF statement in visual basic is as follows, including the ElseIf statement which allows you to nest IF statements far more easily than writing out the whole statement again. If <Argument> Then <Code> ElseIf <Argument> Then <Code> Else <Code> End If If you need a realistic example of this then take the following example, you have a form with three text boxes and a button, the following IF statement is executed on click of the button. If TextBox1.Text = TextBox2.Text Then MsgBox("Textbox 1 and 2 match") ElseIf TextBox1.Text = TextBox3.Text Then MsgBox("Textbox 1 and 3 match") Else MsgBox("No Textboxes match Textbox 1") End If


Which Compiler is used in visual basic?

visual basic has it's own compiler that Microsoft developed for it I think it was called vbcomp


How do you create a save button to save a dataset into a database in Visual Basic?

i love pie


What is the meaning of control in visual basic?

It is user interface Ex Button, Checkbox, Label


The basic visual symbols in the language of art?

as a group,what are the basic visual symbols in the language of art called


What Visual Basic command terminates a running program?

...the END statement. Example code... END


What is visual basic control?

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


Why vb is called vb?

VB stands for Visual Basic. It is named as such because it is a programming language developed by Microsoft with a focus on providing a visual environment for the development of Windows applications.


Which language is used to create macros in Excel?

Visual BASIC for Applications, commonly called VBA.Visual BASIC for Applications, commonly called VBA.Visual BASIC for Applications, commonly called VBA.Visual BASIC for Applications, commonly called VBA.Visual BASIC for Applications, commonly called VBA.Visual BASIC for Applications, commonly called VBA.Visual BASIC for Applications, commonly called VBA.Visual BASIC for Applications, commonly called VBA.Visual BASIC for Applications, commonly called VBA.Visual BASIC for Applications, commonly called VBA.Visual BASIC for Applications, commonly called VBA.


When defining a variable in visual basic what key word appear at the beignning of the statement?

Dim x as integer = 7