o
k
q
u
e
s
t
i
o
n
s
.
c
o
m

How to select multiple checkboxes -

Hi VB Pros

I have a large grid of checkboxes, if i were to selected a group of checkboxes, how can i check all those checkboxes that are being selected?

Thanks a lot

 

How to select multiple checkboxes -
Hi VB Pros I have a large grid of checkboxes, if i were to selected a group of checkboxes, how can i check all those checkboxes that are being selected? Thanks a lot


Multiple Checkboxes ... How can I transport more parameters -
Hi, everybody! I have to select between about 8-10 cities and use checkboxes because I want that the user can easy make multiple selections. How can I detect in a other asp-file which checkboxes are selected? And I would like to get then the information what was written behind


[2005] Clear multiple Checkboxes with With End-With Statement -
Hey guys i have a small college project on the go, the lecturer insists that we must use a with end-with statement to clear 3 checkboxes inside a groupbox i know how to change multiple properties of 1 object using with end-with, but im lost as to how i can change 1 property of mu


Checkboxes/Mouse on Website -
Hi, I would like to include on a website a lot of checkboxes beside items that i will list. I want to allow the users to somehow select any of the checkboxes and click a print button to have all the items printed. now, my question is, is there a way to have the website with the abi


Question about checkboxes -
I have a form with multiple checkboxes on it and I need to code it so only two can be checked at any given time. I would like to do this using one method that handles the clicking of all the checkboxes. Is this possible? Or what would be the best way to go about doing this? Thanks


Multiple Selection with a Tree View -
Is it possible to make a treeview have multiple selections? I would be willing to use the checkboxes if I could keep some nodes from having the checkboxes. Is any of this possible? Thanks


Listview with checkboxes select only one -
Is there a way to make a listview control with multiple items with checkboxes be able to select only one item and not multiple items. like if I selected one item then tried to select another it would uncheck the first selected item that way you can only select one item and not multi


Remove Checkbox from specific Node -
Hello... I've got a treeview... I need an easy way to allow users to select multiple nodes.... i've tried some multi select treeviews, and they work, but they require you to select using ctrl, just like in windows explorer... which, for the users i'm catering to, is too difficul


multiple parameters from vb to cr 10 -
hello, i have a small problem, i have a programme that has 2 forms, on the first form i have 3 checkboxes, now when some one select 1 or 2 or 3 checkboxes, so on the next form, message is displayed that u have checked following check boxes, now my problem is that on the 2nd form i want


Disable Checkbox -
Hi all, I have a quick (I hope) question on disabling checkboxes. I have a form that has several checkboxes on it. One of the checkboxes is an "all" option which I would like to use that will perform what all the other checkboxes do individually. So if they select the &quo


TreeView & CheckBoces -
Hi everyone, I have a TreeView with CheckBoxes (VB.NET). But I want to add CheckBoxes to only Parent Nodes, not to Childs. Is it realy possible? and my another question is; Can we add RadioButtons to TreeView? Like CheckBoxes but choosing one by one, not multiple choise. Or


[2008] Moving Multiple ListView Items -
Hi all, I have a ListView on a form, with multiple columns and checkboxes enabled. I would like to be able to select multiple ListView items and move them up or down at the same time - is this possible? If so, how? Many thanks.


fastest way to select all checkboxes in data grid -
I am using vb.net 2005, I have a data grid view in my form which displays big amount of data (50,000 rows and above), the first column of data grid is checkbox. I want to select all the rows by clicking a button, But the problem is with the for loop, it takes long time to select all


Select and Deselect groups of checkboxes script -
Hi, I have seen many scripts for selecting and desselecting all checkboxes in a form. Does anyone know of a script ot how to make it do select only groups of checkboxes in a form? What I mean by this is I'll have different sets of checkboxes in one form. And I want to select all


Checkboxes disabled at runtime -
The goal of this section of the app is to have a GridView that displays rows to the user who will then select which rows he wishes to continue the process with. The Grid containing all choices to select from is bound to a datatable with a column that isn't databased, but generat


multiple deletion through checkboxes in grid using vb.net -
hi can anyone give me the code of multiple deletion using checkboxes like hotmail or yahoo do in grid but using vb.net


checkbox index -
I remember back in the day when if you had two items with the same name you were asked if you wanted to create an indexed array of the items. This way you could have multiple items(ill use checkboxes), with the same name, and then an index. The index value made it very easy to loop


vb[2005] checkbox_changed for multiple checkboxes with one variable..help -
hi .. i just need to know how to control all 100 of my checkboxes's checkchanged method with one variable... my checkboxes are in a groupbox any help would be nice..


Excel OptionButtons -
I have a workbook with multiple worksheets in it. It's basically a lengthy survey and on each worksheet, there are OptionButtons and CheckBoxes. As you go through the survey, you select the appropriate CheckBox or OptionButton that corresponds with your answer. Here is my problem;


Need Newby help with Checkboxes -
Hi Folks, I'm new to VB6 and I've run into a problem understanding checkboxes. I want to utilize four checkboxes: [ ] - Heater ON ---- [ ] - 40 degrees C [x] - Heater OFF--- [ ] - 25 degrees C When the program starts,


Multiple checkboxes in columns in Listview -
Which property in Listview that i can set to have multiple checkboxes in columns as the following


List Box Columns -
I am using a list box to allow users to make multiple selections (checkboxes) but I also want to list other columns of data for each selection. Is there a way to create multiple columns of data for each checkbox that displays in the listbox? Or allow a user to edit data - like you coul


Help!! Checkboxes -
I have a userform with say 6 separate checkboxes on it, each independent. I want the user to only be able to select two at one time. If they try to select a third box, I need a message to appear telling them they can only select two boxes. They can unselect a previously checked box and


Listview. Enable editing of columns other than first. -
Two questions. 1. I have 5 columns in my listview. When I enable LabelEdit the user can only edit the first column. Is there any way to enable labelEdit for at least another column? 2. I have multiple selection enabled on a listview with checkboxes. When a user selects multiple


checkboxes in Access 2000 -
I have a form with several checkboxes. I want to be able to check these checkboxes for the ones selected by the user and then run a certain report for the specific checkbox selected. I have about 20 checkboxes and would like an easy way of looping through these but don't know how. Plea


[2005] Building a SELECT statement using checkboxes -
Visual Basic 2005 I have a datagrid that, on a button_click event, is populated with columns found in a db. I have a series of checkboxes (10) I am giving my user the option to populate the datagrid with the columns of his/her choice. For instance, should the user wish to view i.


Selecting multiple Radio buttons in a group -
Is there any way to have a group of radio buttons ack like checkboxes ahere i can select multiple of them?


Listview with checkboxes and multiselect -
I have a listview that I want to allow multiselect on. This listview also has checkboxes, and when you select an item, and then select another as well (multiselect) it checks the previous item (or items). I don't want this functionality, but I don't see a way to turn it off. I on


#Two Real Quick & Hopefully Simple Questions# on FilelistBox & Unknown Control -
hi, i just wanted to knw hw to add multiple pattern filters for the file list box for .e.g if i want the filelistbox to only show .txt & .exe files hw do i do that? i can make a single pattern in the porperty but not multiple! second question....i saw this control in some o


List Box: Multiple Select, search db by -
I have a list box that allows for multiple select. I would like to have the user search a database table based on what they select: as many as they select. I am also working on a "select all" button too that would select everything inside the listbox... Either way,


Controlling checkboxes in a listbox -
Hey all, I am trying to have a listbox with checkboxes. I know that setting the "style" to 1, the checkboxes are displayed beside the items in the listbox, but how do I know if items are selected (the checkbox that is) or not. Lets say I have a button to select all


Accessing controls - need help :) -
Can anyone tell me if there is a good way to access, say multiple checkboxes using a scripting dictionary, or some other method? say I have dicSheet.Add "0", "103" dicSheet.Add "1", "110" dicSheet.Add "2", "113" an


Select multi rows with checkboxes -
Hello, Is it possible to select multi rows with checkboxes? Each row belongs to one row, for example, Checkbox1 belong to row1, Checkbox2 belongs to row2, Checkbox3 belongs to row3, and so one... When checkbox1 and checkbox3 became true then the rows 1 and 3 must be selected in


help! multiple if conditions -
ok... I want my program to check all "Checkboxes" - which it can do... but I want it to check throughout the program (i used a timer) to see if ALL the checkboxes are checked. However, I am not too sure about how I would basically say: If check1, check2 AND check3.value =


Listview + checkboxes problem -
Hello All, I am stuck. I have a listview with checkboxes. The user is filling the listview (the checkboxes are all unchecked). Working fine so far, but as I said I have checkboxes,too. I would like to start a sub when one of the checkboxes change from unchecked to checked. At th


fill a page with multiple entries from a db -
ok if i have a db called 'skills' how can i add checkboxes for each skill to my registration page dynamically. so for instance if i have 5 skills in the table i want to add 5 checkboxes for each skill... i know this is with php but im not sure of the correct code.. what do i need look


Command Button check value of multiple checkboxes -
Ok, i really don't have too much exp in VB...i did some about 5 years ago in school anyway...i have a program with a multiple checkboxes and a commandbutton i want to tick one or more tickboxes and then press that button, when that happens i need the button to check the value


checkboxes.... -
Hi there. I was wondering, is there an easier way of enabling/disabling checkboxes if you have several checkboxes on a form? if so - how? thanks


Modifying the contents of a dropdown dinamically -
I am building an asp application in which I included a multiple selection dropdown (<SELECT NAME = "" SIZE = "" MULTIPLE> <OPTION VALUE = ""> </SELECT>). Using server side scripting I added values from a recordset to fill this dropdown.


I hate Checkboxes -
I have a a couple checkboxes which when I select one, it calls a routine that enables/disables a control array. Issue is I must click the checkbox twice before it appears checked. I am very familiar with the _MouseUp function however that is not working either. Any suggestions?