CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Sep 2007
    Posts
    405

    I want to find examples listview

    I want to find examples listview (Microsoft windows common controls 6.0 SP6.0) have got uncheck / check with the data is Microsoft Access 2000, is everybody share with me. thanks

  2. #2
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: I want to find examples listview

    Listviews are pretty complicated. I prefer Flexgrid, which is easy to setup and use. See the sample and article here
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

  3. #3
    Join Date
    Sep 2007
    Posts
    405

    Re: I want to find examples listview

    Quote Originally Posted by dglienna View Post
    Listviews are pretty complicated. I prefer Flexgrid, which is easy to setup and use. See the sample and article here
    Listviews is quite complicated but I need grid controls have got the check / uncheck. So control Flexgrid have got check/uncheck marked do not? do you know outside listview SP6 control out there that can control the check/uncheck marked do not?

  4. #4
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: I want to find examples listview

    Did you read the article? You can put any symbol you want into a grid. Listview has + and - to collapse things, but not a checkbox.
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

  5. #5
    Join Date
    Jul 2001
    Location
    Sunny South Africa
    Posts
    11,283

    Re: I want to find examples listview

    Not so difficult with the ListView

    Have a look at the attachment, I found some code here :

    http://www.vbforums.com/showthread.php?t=396609

    Hope it helps
    Attached Files Attached Files
    Last edited by HanneSThEGreaT; April 15th, 2011 at 02:17 AM. Reason: forgot to add attachment

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