Results for the run files in checkboxesDisable 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 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 1 form 2 uses - Move/Delete - On my page i have a form called 'files' and atm, when there are an array of checkboxes checked, the form is submitted to itself, and the files are deleted. NOW. I want to use the same checkboxes and the same form, but to do a Mass move of all the files. But i am not sure how to do 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 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 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 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 layout suggestions. - i am going to have a TextBox that holds the Question. the question is for example. Name the following from the smallest number to the biggest. choices : a)4 b)1 c)3 d)20 Any suggestions for me to set the layout for the answer input part? like use textfields to hold e Web Browser control, Dynamic Checkboxes and VB - I have a web page I create on the run thru vb depending on certain files. For each file I put a check box. I have no way of know how may files there will be so I don't know how many checkboxes to use. So how could i check each check box? Is there a way to setup the check boxes in t Clear checkboxes on a particular frame ***Resolved*** - I have several frames on a form, each containing numerous checkboxes. Is there an easy way to check or uncheck all the checkboxes on a particular frame short of coding each checkbox value? checkboxes on listview controls - I have a listview control, with checkboxes switched on. I need to detect when users are checking the checkboxes on and off but the item click event is not triggered for this action. Does anyone know how I can trap this ? CheckBoxes in Listview Subitems - Is it possible to put checkboxes in a listview subitem? I've seen code that allows you to put pictures in the sub items, but I would like checkboxes. Any help is appreciated. Dynamic checkboxes inside scrollable control - I have an unknown amount of checkboxes I want to display to the user at runtime. There could be one,two,50, I don't know. I've found how to create an array of checkboxes with the LOAD command. That works out ok. Problem is : If I just put them on the main form, when there's too Checkboxes Caption Display in string - hi all, supposely, i have 10 checkboxes in VB. user can check any number of checkboxes. i like to display the caption of the checked checkboxes with semi-colon ( in between each caption in a single string or messagebox. how to i do it? can someone help me with the codes? longwa Checkboxes in Listview Subitems - Is it possible to put checkboxes in a listview subitem? I've seen code that allows you to put pictures in the sub items, but I would like checkboxes. Thanks. CheckBoxes and OptionButtons - I can save text to files but how do I save ticks in checkboxes and optionbuttons to a file? (Sorry I don't know much about VB!!!) Need help with check box problems - Hi, Basically i have a form with a load of labels on that have separate checkboxes to the right. what i want to do is be able to go through the checkboxes see which are checked then take the corresponding label to the next "summary style" form. I'm think that i will ha 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 Checkboxes with Different Names - I need to cycle through all the check boxes on a form and reset their values.. I found a thread which uses Javascript to do this but appears to rely on the checkboxes have the same name.. Each of my checkboxes are named check1,check2,check3 etc.. How would I get a handle on th [2005] The pattern of the checkboxes in a TreeView - How can I fix or chage the pattern of a checkbox in a Treeview? I have three treeviews. In Treeview1 the checkboxes appear in black bold color. In Treeview2 the checkboxes appear in green normal color. In Treeview3 the checkboxes appear in green bold color. How can I fix co |