ListView checkbox pblm

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Prashant

    ListView checkbox pblm

    Hi all..
    i have a ListCtrl with say 20 items, each having a checkbox. At any
    point of time, i do not want more than 6 of them to be checked. I
    tried handling LVN_COLUMNCLICK and LVN_KEYDOWN messages, but they dont
    seem to work in my case. Any suggestions??

    -Prash
  • John Harrison

    #2
    [OT] Re: ListView checkbox pblm


    "Prashant" <prash_agr@hotm ail.com> wrote in message
    news:46e55d8.03 09010351.75c136 88@posting.goog le.com...[color=blue]
    > Hi all..
    > i have a ListCtrl with say 20 items, each having a checkbox. At any
    > point of time, i do not want more than 6 of them to be checked. I
    > tried handling LVN_COLUMNCLICK and LVN_KEYDOWN messages, but they dont
    > seem to work in my case. Any suggestions??
    >[/color]

    Yes, have the courtesy to browse a group before posting to see if your
    question is on topic. I think you should try a Windows programming group,
    since you have asked a Windows programming question.
    news:comp.os.ms-windows.program mer.win32, for instance.

    john


    Comment

    Working...