we must appreciate and recognize those who work hard for all.
I remember in the nineties, when I bought an AciveX control to use the printer port as an I/O in VB4, for $250! Now we have
more advanced and useful libraries and free, even some with source code.. see how Erel and his people are changing the world.
@
Luca
One thing I failed to know how to do.. to get the clicked button text.. now when I click on the button I get the check box value. I know
why it does that, but I want the button text returned.
this one doesn't work:
Msgbox("Item value: " & clv3.GetValue(index) & CRLF & "Button value: " & b.text, "")
It is returning the button text of the last button in the list, regardless of the clicked button.
Any help appreciated.
Edit:
never mind.. I figured it out!
One event (chk) is enough because they share the same list item.