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

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 the moment it works only if I click on one of the items and not when i change the status of the checkbox

Thanks

 

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


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.


Need help! xml listview checkbox problem -
Hi, I new at vb.net. I need help to solve a problem. I have a XML document which i put into a listview. then select checkboxes from properties. The list of item do show in the listview with checkboxes. I need to output all the items that are checked into a textfile or somewhere i ca


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.


Problem: Listview checkbox in VB6 -
I put a Listview control with checkbox enabled under my form. It looks fine when i deployed my application and ran it under my PC. But anyway, when i ran it under one of my users' PC, the checkboxes in the listview become extremely small which i can't even see if it's being che


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??


Checkboxes inside Listview but also text -
I have an Listview where I need to put some articles in and also checkboxes. How do I place them via code inside the listview and do I read out wich fields are checked? Thnx Sand Hawk


From ListView to Listbox -
I have a ListView with a list of items from the DB. The ListView has checkboxes. How can I ensure that when a user selects items from the Listview by checking the checkboxes, the checked items are transfered to a Listbox control in another form? Thanks


getting data from listview. HELPPPPPP!!!!! -
Hi, I new at vb.net. I need help to solve a problem. I have a XML document which i loaded into a listview. then added checkboxes from properties. I need to output all the items that the checkboxes are checked into a textfile or somewhere i can sort the list. Please Help me, i would


ListView - Checkboxes -
In my ListView (Report View) I want to have a column with checkboxes, that can be checked or unchecked. Is there any way to accomplish?? Thanks for your help!


Checkboxes in subitems of a listview.... -
Checkboxes in subitems of a listview....? I dont have the time or motivation to play with all of the lv style constants. mfc will do it in c++ no problem, Unfortunanly our companys pc's are locked down tighter than any straight mans ass in america, so installing an .ocx is out of th


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


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


ListView checkboxes -
Hi Everyone, Is there anyway to paint over select listview checkboxes to make them act as if they are invisible? I would appreciate any help. Thank you.


fill listview subitems using checkboxes -
Good Morning, I'm new in Visual Basic and using VB6 SP6. The problem i have is about filling subitems with details using checkboxes as my selection criteria. I'll cite an example. In FORM 1, I had a Listview with 5 columns with checkboxes and a button. I will check the boxes i desire


Is this possible with a Listview -
Hi guys, I have a listview with company names. In my project, if you click on a company name in the listview the corresponding contacts and call information for that company is populated in another listview and crystal report respectively. Recently the client asked that she be ab


[2005] Listview checkboxes / Full Row Select -
Hello, I have a listview on my form which is populated with data on the form load. I have checkboxes enabled on my listview. I also have full row select enabled on my listview. If I tick the first item in the listview it highlights to full row as I'd expect. However, if I tick


How to lock the checkboxes in a listview -
Hi, I have a listview that represent the list of some data. This listview is just for the reading. I don't want the user be able to modify any data directly in the listview. For a better look, I put some checkboxes in one column. I use the thread http://www.vbforums.com/showthre


Getting Check Boxses on a ListView -
Hi Team! I have an app with a list view with check boxes. But I don't remember how I did it. When I create a new ListView, CheckBoxes is not listed a one of the properties(It is in the my other one). What do I have to do to make the CheckBoxes property available?


Serious problem with my listview control with checkboxes. -
Hai every body Serious problem with my listview control with checkboxes. When i click on a checkbox of an item the higlight is not come over that. it remains in its previous locating. but when i click on an item in the list view the higlight just come over that.


ListView ..... CheckBoxes -
I used a ListView (view=lvwReport) with CheckBoxes which allow multi-selection. Then I need to know how to detect which rows were selected by the user ? Thank you in advance.


Listview with a separate column containing another control -
I have a Listview control. I want to dynamically load a column of checkboxes with a column heading. I cant use the checkbox present as Listview property "checkboxes" ...... Can anyone please suggest something early ... ?


ListView with Checkboxes -
Hi all, Vb newbie here. How can I store the checked items in the ListView(with checkboxes) to an array once I've click on a button(eg cmdDone)? I need to display the names of the checked items in a treeview later on when needed. Thanks for helping!! Much appreciated.


Listboxes and Checkboxes -
I would like to use the listbox control with checkboxes, in this program I am working on, the problem is I know of know way to prevent the user from checking more than one item (the same holds true for the listview control as well). Does anyone know a quick way of doing this, or have a


Listview in corresponds with checkbox help -
Hi experts and all, I have encountered and in need of some help with checkboxes and listview. Just started to learn vs05 programming. This is my first thread by the way... I have attached a picture below, a simple example. Frankly speaking,this is an assignment of mine where I a


Making all Checkboxes enabled in a Listview -
How to make all the checkboxes in a listview enabled? And also I have a password textbox and how to make the characters encrypted when I type them? Thank You.


Sync Checkboxes -
Alright would someone please help me out with this. What I'm trying to do is sync a checkbox on 2 different listview items. I can easily sync to checkboxes, but I get an uncatchable error with the listview items. Anyways download the sample project and you'll see what I mean.


listview Problemsssss -
I have some problem with listview: 1. can we create listview with multiple column check box means checkboxes in two column... 2. can we set icons in more then one column. 3. i want to set Bold=True/False property for a row with its all columns 4. i want to use font, forecol


Hiding Listitems in ListView *RESOLVED* -
Is there an easy way to hide listitems in a listview in report mode? My application loads a customer list into a listview in report mode, with checkboxes. Once the user checks all the checkboxes that apply, it'd be nice to have an option button to "show only checked items"


Checkboxes not showing in Listview -
Hello I have a listview that I have enabled checkboxes for but they are not showing. I'm using the report view. I have four columns. Hide selection is unchecked. Hide columns is unchecked. Label edit is manual. I've tried several different combos but not luck. Any idea


ListView Control question -
I am trying to use the Listview control with check boxes with multiple columns in the ListView. Can that be done? I have a listview that has 3 columns defined with the first column obviously having the checkbox, however, the checkboxes show up but the subsequent 2 columns do not.


Listview Multiselect False - How do you deselect the top row -
Help please... We are using a Listview with MultiSelect set to False, and are using checkboxes. In our application, the user does a find to a particular row in the Listview and hits the Spacebar. This correctly selects that rows checkbox, but it also selects the checkbox for the firs


Listview with RB -
Is it possible to have radio buttons instead of checkboxes in a listview? I guess not but maybe there's a workaround.


Trouble with checkboxes in listview -
How can i remove all checked items from an listview?


Listview with RB -
I was wondering if it was possible to have radio buttons (like you can have checkboxes) in a listview. I suppose it's not possible but maybe there's some workaround to implement them.


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


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


Listview Remove Item -
Hi, I Have a listview with checkboxes,how can I remove the Items that have been checked from the listview? 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