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
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
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
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
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.
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
checkboxes with textboxes -
I have a bunch of checkboxes that will need a textbox display to the right of them. Is there anyway to do this with a checkbox list? Is my only option to play a bunch of checkboxes and textboxes in a 2 column table? If anyone knows how to do this with a different control or something,
ckeckboxes in column of a datagrid -
Hi!
I have a Datagrid and want checkboxes in one column. The condition to have checkboxes as type is to have the
checkboxes connected with a boolean column. I have this boolean column but no checkboxes. My result for the column
is "0" and "1" instead of checkb
Customising checkboxes in treeview control -
Is it possible to customise the appearance of the treeview control as follows...
1. Only display checkboxes on specific nodes in the treeview. Currently checkboxes appear on every node.
2. Change the appearance of the checkboxes to use my own custom images. For example using
help me please with my checkboxes -
HI...
I have six checkboxes and one textbox... I wanted that if I click those checkboxes it will display a text on my textbox...
Say, I have a check boxes with "Hi" and the other one is "Hello". When I checked those two checkboxes it will display "Hi He
Getting data from 2 tables into an array -
Hi
I have a registration form made of textboxes and checkboxes...
I save the texboxes info to Users table and the checked checkboxes are saved in Skills..
What I need to do is get the users table and the corresponding checkboxes (which have a userid field) and put them togethe
** RESOLVED ** Populating checkboxes with a saved 'Profile' -
I have a form with 50 checkboxes on it.
I want to enable the user to save a 'profile', so they can re-load it and populate the checkboxes with their saved settings.
Is this relatively easy to do ?
I presume I create a comma delimited file where each field represents a checkbox
listview checkbox problem -
All
I have a listview and i want to show the checkboxes after i click a button
Im using the code below
Me.lstCustomers.CheckBoxes = True
but this doesnt show the checkboxes until i click on am item in my list view, and then it only shows the checkbox for the selected item??
VSflexgrid & checkboxes -
I wonder if someone can please help me, as I am banging my head against a brick wall. I have got a small VB6 program which feeds a database file into vsflexgrid. I have spent nearly a day trying to incorporate a checkbox on each entry of the grid. I can get the checkboxes to appear but
how to loop through ALL CheckBoxes in a TabPage -
how can i loop throught all CheckBoxes in a single TabPage and stop at the next TabPage? all this without touching / effecting the checkboxes outside of the TabControl.
appriciat your assistance.
gridview helper with checkboxes -
I am using the gridview helper to group my gridview, it is working fine.
I also have checkboxes on every row of the gridview. the problem is that when I check off the checkboxes and submit the form the ids get messed up from the grouping. Is there something I need to do so that this
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
Dynamic generation of CheckBoxes -
Hi everyone
I am trying to generate Checkboxes at runtime...its basically a order form, where number of checkboxes will depend on number of items in the form..and the items will be picked from database.
i dont know if thats right...but i tried using Controls.Add( New Checkbox)...
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
dynamically create checkbox controls -
I am trying to create checkboxes within a Form in VBA (Excel 2003)
The number of checkboxes is not known at runtime.
Is there a way to create one checkbox and then Clone
it x-amount of times?
The number of checkboxes is determined by the data defined on the worksheet.
thanks
Printing only "checked" checkboxes -
Is there a way to print out only those checkboxes that have been checked? Also, to be an even bigger pain, can you line up those checkboxes so that they show up underneath each other in the print out?
[2005] Accessing excel checkboxes -
Hello everyone,
I am having a problem with VB and Excel -- by problem, I mean I haven't the slightest idea of how to do something. Using Visual Basic .Net 2005, I have accessed a Database, and I have read from it. There are several true/false values, and with those values, I need to
How to fill a Listview with checkboxes -
Hello Everybody,
Is there a way to fill a Listview with checkboxes?
checkboxes in every cell?
Thank you all in advance,
ERAN
Radio Buttons working with checkboxes -
I have two radio buttons and 4 checkboxes, two checkboxes for each radio button. When radio 1 is checked I want checkboxes 3&4 invisible or not enabled. I want checkboxes 1 & 2 invisible or not enabled when radio 2 is checked. for the life of me it does not work. Sample code
Dynamic Checkboxes -
Hi,
I am sure i am not the first one who wanted to do this, so here goes:
VB6
SQL Server7 DB
On my form_Load I want to build a bunch of checkboxes that will have values from one of my fields in the database. I know I will have to build an SQL statement and then ....... I nee
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
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
Problem with if then/case -
I want a msg box with text yes to appear when checkboxes are selected otherwise a msg box with text no to appear.
The checkboxes apply to all 5 checkboxes I have.
For instance I want if check1, check2....check5 when clicked then msgbox("yes") otherwise msgbox("no&q
Counting CheckBoxes -
is it possible to count how many checkboxes are on your form and ensure not more than one(1) are checked?