answersLogoWhite

0


Best Answer

Double Click your button and add this code...

CheckBox1.CheckedState = CheckBox1.Checked

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you make a button in visual studio that will make a checkbox turn to the checked state?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the meaning of control in visual basic?

It is user interface Ex Button, Checkbox, Label


What are the differences between checkbox and optionbutton in visual basic 6?

I do not believe there's an element called : OptionButton anyways if you mean diffrence between Checkboxs and RadioButtons then: In radiobuttons u can add more than one radiobutton, and when there r alot the user can only choose 1 of them In checkboxs the user can choose all of them, or 5 or 4 or whatever he wants


What is the latest version of visual studio?

The latest version of Visual Studio is Visual Studio 2008 (v9.0).


How do you do the check box in visual basic 6.0?

i want the answer how to connect checkbox in vb


How do you unchecked the selected radio button in Visual Studio?

using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; ... if (radioButton1.Checked == true) { radioButton2.Select(); MessageBox.Show("dione"); }


Where you can download ms visual studio?

Visual Studio Express can be downloaded from http://www.microsoft.com/express/ The other editions of Visual Studio are not free and must be purchased.


Which language is used to develop Microsoft visual studio NET?

Microsoft Visual Studio has been written in Visual C++ and Visual C#


How many languages are supported by visual studio?

Visual studio 2010 supports 5 programming languages. These are Visual Basic, Visual C#, Visual C++, Visual F# and JScript.


When was Microsoft Visual Studio Express created?

Microsoft Visual Studio Express was created in 2005.


How can i use Visual Studio 2003 projects in Visual Studio 2008 and vice versa?

lakshmikanth


When was Visual Nature Studio created?

Visual Nature Studio was created on 2001-09-07.


Is visual studio c plus plus 2010 free?

No. Visual C++ Express is free, but Visual Studio C++ must be bought. The Express edition is a subset of the Studio release.