CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Apr 2000
    Location
    Dorado, P.R.
    Posts
    221

    Listview problem

    Hi everybody;

    I need to calculate a column on the listview that are marked with a checkbox on the listview. This must be autmatically. I made a sub rutine that do this, but my problem is that when i mark a row, it calculates the column without the record just marked. It's like calculating before making the checkmark.

    How can i run the calculating procedure after the record it's checkmarked.

  2. #2
    Join Date
    Oct 2002
    Location
    Serbia & Montenegro
    Posts
    64

    Re: Listview problem

    hi adcomp,

    I think you can use event ListView1_ItemCheck

    Regards
    Option Explicit

  3. #3
    Join Date
    Apr 2000
    Location
    Dorado, P.R.
    Posts
    221

    Re: Listview problem

    Thanks;

    I tried that before and did not work. I am still having the same problem. Maybee y something missing.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured