Hi.
I have a form in my VB6.0 project which has 1 listbox
and a frame containing 6 checkboxes.
now, I want to set these chekboxes for each item
of the listbox (checked or unchecked) in a way that when I click on each item I can set these checkboxes checked or unchecked
and when I go to the other item in the listbox,
I can do so but the settings (check boxes) for previous
item does not distroy.....and when I come back I can see them
Now, If i do not wat to save the setting in DB(after checking then sending to DB not now), what
is your solution to do so?
thanks in advance
I have a form in my VB6.0 project which has 1 listbox
and a frame containing 6 checkboxes.
now, I want to set these chekboxes for each item
of the listbox (checked or unchecked) in a way that when I click on each item I can set these checkboxes checked or unchecked
and when I go to the other item in the listbox,
I can do so but the settings (check boxes) for previous
item does not distroy.....and when I come back I can see them
Now, If i do not wat to save the setting in DB(after checking then sending to DB not now), what
is your solution to do so?
thanks in advance